forked from openlp/openlp
added assertion message
This commit is contained in:
parent
6e66cdefcf
commit
b129010059
@ -66,6 +66,7 @@ class TestMediaItem(TestCase):
|
||||
self.media_item.build_file_mask_string()
|
||||
|
||||
# THEN: The file mask should be generated.
|
||||
assert self.media_item.on_new_file_masks == u'Presentations (*.odp *.ppt )'
|
||||
assert self.media_item.on_new_file_masks == u'Presentations (*.odp *.ppt )', \
|
||||
u'The file mask should contain the odp and ppt extensions'
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user