This commit is contained in:
Andreas Preikschat 2013-02-06 22:50:55 +01:00
parent 396d0b1cd2
commit 947cfce931

View File

@ -376,8 +376,6 @@ class TestLib(TestCase):
# WHEN: We get a string build from the entries it the list and a seperator.
string_result = create_separated_list(string_list)
print string_result
# THEN: We should have "Author 1, Author 2, and Author 3"
assert string_result == u'Author 1, Author 2, and Author 3', u'The string should be u\'Author 1, ' \
'Author 2, and Author 3\'.'