Add comment

This commit is contained in:
Simon Hanna 2017-03-13 13:43:55 +01:00
parent f7c944acc9
commit e97c157a19
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ class TestSongBeamerFileImport(SongImportTestHelper):
self.load_external_result_data(os.path.join(TEST_PATH, 'Lobsinget dem Herrn.json')))
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.load_external_result_data(os.path.join(TEST_PATH, 'cp1252song.json')))