From 3d72efba2b1a39a52a2736dbc2ad7492b2455b27 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 18 Nov 2010 15:03:25 -0500 Subject: [PATCH] - fix test specification for oracle euro test --- test/dialect/test_oracle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3