]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix test specification for oracle euro test
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Nov 2010 20:03:25 +0000 (15:03 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Nov 2010 20:03:25 +0000 (15:03 -0500)
test/dialect/test_oracle.py

index eba750533b201b0979aaea8337d03ede63a1a357..6627015b910caf5d34792f3467aaf5b182255840 100644 (file)
@@ -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)