]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Nov 2009 23:26:47 +0000 (23:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Nov 2009 23:26:47 +0000 (23:26 +0000)
test/dialect/test_postgresql.py

index 316e2be9bd2547506cb1720b4d96331dc59e0fab..39771bbe959cd947cae25b7a5a0c86ced82bf99c 100644 (file)
@@ -944,7 +944,7 @@ class MiscTest(TestBase, AssertsExecutionResults, AssertsCompiledSQL):
         finally:
             meta1.drop_all()
 
-    @testing.fails_on('+zxdbc', "Can't infer the SQL type to use for an instance of org.python.core.PyObjectDerived.")
+    @testing.fails_on('+zxjdbc', "Can't infer the SQL type to use for an instance of org.python.core.PyObjectDerived.")
     def test_extract(self):
         fivedaysago = datetime.datetime.now() - datetime.timedelta(days=5)
         for field, exp in (