From: Diana Clarke Date: Thu, 22 Nov 2012 01:57:49 +0000 (-0500) Subject: this test class had 2 'test_labels' methods, just changing one of them to 'test_label... X-Git-Tag: rel_0_8_0b2~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0587a7ecdd8eb896b901d14c89313fd43a998a63;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git this test class had 2 'test_labels' methods, just changing one of them to 'test_labels3' for now --- diff --git a/test/sql/test_quote.py b/test/sql/test_quote.py index f736a69add..23542c7a24 100644 --- a/test/sql/test_quote.py +++ b/test/sql/test_quote.py @@ -137,7 +137,7 @@ class QuoteTest(fixtures.TestBase, AssertsCompiledSQL): @testing.crashes('oracle', 'FIXME: unknown, verify not fails_on') @testing.requires.subqueries - def test_labels(self): + def test_labels3(self): """test the quoting of labels. if labels arent quoted, a query in postgresql in particular will fail since it produces: