]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fail only on postgres+zxjdbc, the other dialects are covered
authorPhilip Jenvey <pjenvey@underboss.org>
Fri, 26 Jun 2009 00:48:58 +0000 (00:48 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Fri, 26 Jun 2009 00:48:58 +0000 (00:48 +0000)
test/engine/test_execute.py

index 779eda4d7fc8498ccd0991f3a3a3c513c5140fb3..22aa9577c92586f3bbef04604eeadc1768cfc160 100644 (file)
@@ -41,7 +41,7 @@ class ExecuteTest(TestBase):
             conn.execute("delete from users")
 
     @testing.fails_on_everything_except('mysql+mysqldb', 'postgres')
-    @testing.fails_on('+zxjdbc', 'sprintf not supported')
+    @testing.fails_on('postgres+zxjdbc', 'sprintf not supported')
     # some psycopg2 versions bomb this.
     def test_raw_sprintf(self):
         for conn in (testing.db, testing.db.connect()):