From 0587a7ecdd8eb896b901d14c89313fd43a998a63 Mon Sep 17 00:00:00 2001 From: Diana Clarke Date: Wed, 21 Nov 2012 20:57:49 -0500 Subject: [PATCH] this test class had 2 'test_labels' methods, just changing one of them to 'test_labels3' for now --- test/sql/test_quote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3