From: Mike Bayer Date: Tue, 24 Nov 2009 23:26:47 +0000 (+0000) Subject: typo X-Git-Tag: rel_0_6beta1~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a358868d64891110a082757b6cd2301702a21e83;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo --- diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index 316e2be9bd..39771bbe95 100644 --- a/test/dialect/test_postgresql.py +++ b/test/dialect/test_postgresql.py @@ -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 (