forked from openlp/openlp
enable whole song impoerter test
This commit is contained in:
parent
9cdf4faa5b
commit
2e89ec1f29
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user