Rename test to match file import type

This commit is contained in:
Ken Roberts 2015-02-18 14:39:02 -08:00
parent 872d5b9d26
commit e0c44c4b9f

View File

@ -471,7 +471,6 @@ class TestSongSelectFileImport(TestCase, TestMixin):
def setUp(self): def setUp(self):
""" """
Initial setups Initial setups
:return:
""" """
Registry.create() Registry.create()
test_song_name = 'TestSong' test_song_name = 'TestSong'
@ -484,7 +483,6 @@ class TestSongSelectFileImport(TestCase, TestMixin):
def tearDown(self): def tearDown(self):
""" """
Test cleanups Test cleanups
:return:
""" """
pass pass
@ -513,7 +511,7 @@ class TestSongSelectFileImport(TestCase, TestMixin):
self.assertEquals(song_import.topics, self.topics, 'Theme(s) should match') self.assertEquals(song_import.topics, self.topics, 'Theme(s) should match')
self.assertEquals(song_import.verses, verses, 'Verses should match with test verses') self.assertEquals(song_import.verses, verses, 'Verses should match with test verses')
def songselect_import_usr_file_2_test(self): def songselect_import_text_file_test(self):
""" """
Verify import SongSelect TEXT file parses file properly Verify import SongSelect TEXT file parses file properly
""" """