From 33eae4a1405b1968ad486bfe3aefee7f7d631128 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 11 Feb 2011 11:24:54 -0500 Subject: make it more explicit in tests which dialect we want to use for things --- test/sql/test_functions.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/sql/test_functions.py') diff --git a/test/sql/test_functions.py b/test/sql/test_functions.py index b0106b21b..98d8d7a97 100644 --- a/test/sql/test_functions.py +++ b/test/sql/test_functions.py @@ -16,6 +16,7 @@ from sqlalchemy.databases import * class CompileTest(TestBase, AssertsCompiledSQL): + __dialect__ = 'default' def test_compile(self): for dialect in all_dialects(exclude=('sybase', 'access', 'informix', 'maxdb')): -- cgit v1.2.1