@requirements.empty_strings_varchar
- def test_empty_strings(self):
+ def test_empty_strings_varchar(self):
self._test_empty_strings()
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()
"""target database can persist/return an empty string with an
unbounded text."""
- return fails_if("oracle", 'oracle converts empty '
- 'strings to a blank space')
+ return exclusions.open()
@property
def unicode_connections(self):