forked from openlp/openlp
Add comment
This commit is contained in:
parent
f7c944acc9
commit
e97c157a19
@ -50,6 +50,9 @@ class TestSongBeamerFileImport(SongImportTestHelper):
|
|||||||
self.load_external_result_data(os.path.join(TEST_PATH, 'Lobsinget dem Herrn.json')))
|
self.load_external_result_data(os.path.join(TEST_PATH, 'Lobsinget dem Herrn.json')))
|
||||||
|
|
||||||
def test_cp1252_encoded_file(self):
|
def test_cp1252_encoded_file(self):
|
||||||
|
"""
|
||||||
|
Test that a CP1252 encoded file get's decoded properly.
|
||||||
|
"""
|
||||||
self.file_import([os.path.join(TEST_PATH, 'cp1252song.sng')],
|
self.file_import([os.path.join(TEST_PATH, 'cp1252song.sng')],
|
||||||
self.load_external_result_data(os.path.join(TEST_PATH, 'cp1252song.json')))
|
self.load_external_result_data(os.path.join(TEST_PATH, 'cp1252song.json')))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user