forked from openlp/openlp
cough...
This commit is contained in:
parent
396d0b1cd2
commit
947cfce931
@ -376,8 +376,6 @@ class TestLib(TestCase):
|
|||||||
# WHEN: We get a string build from the entries it the list and a seperator.
|
# WHEN: We get a string build from the entries it the list and a seperator.
|
||||||
string_result = create_separated_list(string_list)
|
string_result = create_separated_list(string_list)
|
||||||
|
|
||||||
print string_result
|
|
||||||
|
|
||||||
# THEN: We should have "Author 1, Author 2, and Author 3"
|
# 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, ' \
|
assert string_result == u'Author 1, Author 2, and Author 3', u'The string should be u\'Author 1, ' \
|
||||||
'Author 2, and Author 3\'.'
|
'Author 2, and Author 3\'.'
|
||||||
|
Loading…
Reference in New Issue
Block a user