From: Mike Bayer Date: Thu, 18 Nov 2010 20:03:25 +0000 (-0500) Subject: - fix test specification for oracle euro test X-Git-Tag: rel_0_7b1~260 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d72efba2b1a39a52a2736dbc2ad7492b2455b27;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fix test specification for oracle euro test --- diff --git a/test/dialect/test_oracle.py b/test/dialect/test_oracle.py index eba750533b..6627015b91 100644 --- a/test/dialect/test_oracle.py +++ b/test/dialect/test_oracle.py @@ -1047,7 +1047,7 @@ class TypesTest(TestBase, AssertsCompiledSQL): class EuroNumericTest(TestBase): """test the numeric output_type_handler when using non-US locale for NLS_LANG.""" - __only_on__ = 'oracle+cx-oracle' + __only_on__ = 'oracle+cx_oracle' def setup(self): self.old_nls_lang = os.environ.get('NLS_LANG', False)