Fix test_scalar_list.py for python3

This commit is contained in:
Adarsh Krishnan
2014-03-13 01:25:28 +02:00
parent 0a96cc54c7
commit 8c55ebcd70

View File

@@ -53,7 +53,7 @@ class TestScalarUnicodeList(TestCase):
"List values can't contain string ',' (its being used as "
"separator. If you wish for scalar list values to contain "
"these strings, use a different separator string.)"
) in db_err.value.message
) in str(db_err.value)
def test_save_unicode_list(self):
user = self.User(