From: Mike Bayer Date: Sat, 24 Sep 2011 16:13:45 +0000 (-0400) Subject: fix test X-Git-Tag: rel_0_7_3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3104da41399bc827bee8b67d83991802711c1683;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix test --- diff --git a/test/sql/test_compiler.py b/test/sql/test_compiler.py index 17a3a6018b..4e086c8cda 100644 --- a/test/sql/test_compiler.py +++ b/test/sql/test_compiler.py @@ -2091,7 +2091,7 @@ class SelectTest(fixtures.TestBase, AssertsCompiledSQL): # then the Oracle engine check_results(oracle.dialect(), ['NUMERIC', 'NUMERIC(12, 9)', - 'DATE', 'CLOB', 'VARCHAR(20 CHAR)'], ':param_1') + 'DATE', 'CLOB', 'VARCHAR2(20 CHAR)'], ':param_1') # then the sqlite engine check_results(sqlite.dialect(), ['NUMERIC', 'NUMERIC(12, 9)',