From: Philip Jenvey Date: Thu, 12 May 2011 01:44:23 +0000 (-0700) Subject: mark more postgresql+zxjdbc failures X-Git-Tag: rel_0_7_0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee2154d9943a8528c51ed637e4b31070f446862f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git mark more postgresql+zxjdbc failures --- diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index fb73a695ce..a15fc63df5 100644 --- a/test/dialect/test_postgresql.py +++ b/test/dialect/test_postgresql.py @@ -258,6 +258,8 @@ class FloatCoercionTest(fixtures.TablesTest, AssertsExecutionResults): {'data':9}, ) + @testing.fails_on('postgresql+zxjdbc', + 'XXX: postgresql+zxjdbc currently returns a Decimal result for Float') def test_float_coercion(self): data_table = self.tables.data_table @@ -1602,6 +1604,8 @@ class TimezoneTest(fixtures.TestBase): def teardown_class(cls): metadata.drop_all() + @testing.fails_on('postgresql+zxjdbc', + "XXX: postgresql+zxjdbc doesn't give a tzinfo back") def test_with_timezone(self): # get a date with a tzinfo