enable whole song impoerter test

This commit is contained in:
John Lines 2019-07-19 12:11:16 +01:00
parent 9cdf4faa5b
commit 2e89ec1f29

View File

@ -43,6 +43,6 @@ class TestSingingTheFaithFileImport(SongImportTestHelper):
# Single verse
self.file_import([TEST_PATH / 'H1.txt'],
self.load_external_result_data(TEST_PATH / 'STF001.json'))
# Whole song - currently not working - test needs debugging.
# self.file_import([TEST_PATH / 'H2.txt'],
# self.load_external_result_data(TEST_PATH / 'STF002.json'))
# Whole song
self.file_import([TEST_PATH / 'H2.txt'],
self.load_external_result_data(TEST_PATH / 'STF002.json'))