From: Michael Trier Date: Tue, 21 Oct 2008 03:21:16 +0000 (+0000) Subject: Corrected missing declaration in the mssql dialect test. X-Git-Tag: rel_0_5rc3~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b43dd33f8938948b732612729946b6b77b5d3b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Corrected missing declaration in the mssql dialect test. --- diff --git a/test/dialect/mssql.py b/test/dialect/mssql.py index 4708cc28c4..a2fcae8047 100755 --- a/test/dialect/mssql.py +++ b/test/dialect/mssql.py @@ -10,6 +10,7 @@ from testlib import * class CompileTest(TestBase, AssertsCompiledSQL): + __only_on__ = 'mssql' __dialect__ = mssql.MSSQLDialect() def test_insert(self):