summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-11-12 14:37:03 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-11-12 14:37:03 -0500
commit37c943233a4b01428cf4b67d766d2685309ab0e8 (patch)
tree560708d00dfdee19d89f7a3ea8994258cb771abd /lib/sqlalchemy/testing/suite
parent12df8a9901256c9de7f5917296ddcb703445a52b (diff)
downloadsqlalchemy-37c943233a4b01428cf4b67d766d2685309ab0e8.tar.gz
fix some oracle-related tests, but still need to fix unhashable_types test
Diffstat (limited to 'lib/sqlalchemy/testing/suite')
-rw-r--r--lib/sqlalchemy/testing/suite/test_types.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/testing/suite/test_types.py b/lib/sqlalchemy/testing/suite/test_types.py
index 259cccff3..74cb52c6e 100644
--- a/lib/sqlalchemy/testing/suite/test_types.py
+++ b/lib/sqlalchemy/testing/suite/test_types.py
@@ -90,7 +90,7 @@ class UnicodeVarcharTest(_UnicodeFixture, fixtures.TablesTest):
@requirements.empty_strings_varchar
- def test_empty_strings(self):
+ def test_empty_strings_varchar(self):
self._test_empty_strings()
class UnicodeTextTest(_UnicodeFixture, fixtures.TablesTest):
@@ -99,7 +99,7 @@ class UnicodeTextTest(_UnicodeFixture, fixtures.TablesTest):
datatype = UnicodeText()
@requirements.empty_strings_text
- def test_empty_strings(self):
+ def test_empty_strings_text(self):
self._test_empty_strings()