]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
this test class had 2 'test_labels' methods, just changing one of them to 'test_label...
authorDiana Clarke <diana.joan.clarke@gmail.com>
Thu, 22 Nov 2012 01:57:49 +0000 (20:57 -0500)
committerDiana Clarke <diana.joan.clarke@gmail.com>
Thu, 22 Nov 2012 01:57:49 +0000 (20:57 -0500)
test/sql/test_quote.py

index f736a69add0663c8615c6b06a168fa154693c419..23542c7a24fc8222abc196b65ec853dbfb25134a 100644 (file)
@@ -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: