From ed4fc64bb0ac61c27bc4af32962fb129e74a36bf Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 27 Jul 2007 04:08:53 +0000 Subject: merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3. --- test/sql/quote.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/sql/quote.py') diff --git a/test/sql/quote.py b/test/sql/quote.py index bc40d52ee..2fdf9dba0 100644 --- a/test/sql/quote.py +++ b/test/sql/quote.py @@ -1,6 +1,7 @@ -from testbase import PersistTest import testbase from sqlalchemy import * +from testlib import * + class QuoteTest(PersistTest): def setUpAll(self): @@ -78,7 +79,7 @@ class QuoteTest(PersistTest): assert t1.c.UcCol.case_sensitive is False assert t2.c.normalcol.case_sensitive is False - @testbase.unsupported('oracle') + @testing.unsupported('oracle') def testlabels(self): """test the quoting of labels. -- cgit v1.2.1