diff options
| author | Diana Clarke <diana.joan.clarke@gmail.com> | 2012-11-21 20:57:49 -0500 |
|---|---|---|
| committer | Diana Clarke <diana.joan.clarke@gmail.com> | 2012-11-21 20:57:49 -0500 |
| commit | 0587a7ecdd8eb896b901d14c89313fd43a998a63 (patch) | |
| tree | 7af26ad14d234be8362e8f5379afd7d95df9b0d7 /test/sql/test_quote.py | |
| parent | e2436c2fbdb0a51524ed4cc872a87135d4b87266 (diff) | |
| download | sqlalchemy-0587a7ecdd8eb896b901d14c89313fd43a998a63.tar.gz | |
this test class had 2 'test_labels' methods, just changing one of them to 'test_labels3' for now
Diffstat (limited to 'test/sql/test_quote.py')
| -rw-r--r-- | test/sql/test_quote.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_quote.py b/test/sql/test_quote.py index f736a69ad..23542c7a2 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: |
