diff --git a/tests/functional/openlp_plugins/songs/test_wordsofworshipimport.py b/tests/functional/openlp_plugins/songs/test_wordsofworshipimport.py index 952e16971..853868e91 100644 --- a/tests/functional/openlp_plugins/songs/test_wordsofworshipimport.py +++ b/tests/functional/openlp_plugins/songs/test_wordsofworshipimport.py @@ -52,3 +52,5 @@ class TestWordsOfWorshipFileImport(SongImportTestHelper): """ self.file_import([os.path.join(TEST_PATH, 'Amazing Grace (6 Verses).wow-song')], self.load_external_result_data(os.path.join(TEST_PATH, 'Amazing Grace (6 Verses).json'))) + self.file_import([os.path.join(TEST_PATH, 'When morning gilds the skies.wsg')], + self.load_external_result_data(os.path.join(TEST_PATH, 'When morning gilds the skies.json'))) diff --git a/tests/resources/wordsofworshipsongs/When morning gilds the skies.json b/tests/resources/wordsofworshipsongs/When morning gilds the skies.json new file mode 100644 index 000000000..c7a4426dd --- /dev/null +++ b/tests/resources/wordsofworshipsongs/When morning gilds the skies.json @@ -0,0 +1,29 @@ +{ + "authors": [ + "Author Unknown. Tr. Edward Caswall" + ], + "title": "When morning gilds the skies", + "verse_order_list": [], + "verses": [ + [ + "When morning gilds the skies\nMy heart awaking cries:\n'May Jesus Christ be prais'd!'\nAlike at work and prayer to Jesus I repair:\n'May Jesus Christ be prais'd!'", + "V" + ], + [ + "Does sadness fill my mind?\nA solace here I find:\n'May Jesus Christ be praised!'\nWhen evil thoughts molest,\nWith this I shield my breast:\n'May Jesus Christ be prais'd!'", + "V" + ], + [ + "To God, the Word, on high\nThe hosts of angels cry:\n'May Jesus Christ be prais'd!'\nLet mortals, too, upraise\nTheir voice in hymns of praise:\n'May Jesus Christ be prais'd!'", + "V" + ], + [ + "Let earth's wide circle round\nIn joyful notes resound:\n'May Jesus Christ be prais'd!'\nLet air, and sea, and sky,\nFrom depth to height, reply:\n'May Jesus Christ be prais'd!'", + "V" + ], + [ + "Be this while life is mine\nMy canticle divine\n'May Jesus Christ be prais'd!'\nBe this the eternal song,\nThrough all the ages long:\n'May Jesus Christ be prais'd!'", + "V" + ] + ] +} diff --git a/tests/resources/wordsofworshipsongs/When morning gilds the skies.wsg b/tests/resources/wordsofworshipsongs/When morning gilds the skies.wsg new file mode 100644 index 000000000..901a2dc4f Binary files /dev/null and b/tests/resources/wordsofworshipsongs/When morning gilds the skies.wsg differ