Fix missing line

This commit is contained in:
Raoul Snyman 2017-11-15 00:03:35 -07:00
parent d05e39fc70
commit 8c3fd99ed5
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ from openlp.core.ui.media.vendor.mediainfoWrapper import MediaInfoWrapper
TEST_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..', '..', '..', 'resources', 'media'))
TEST_MEDIA = [['avi_file.avi', 61495], ['mp3_file.mp3', 134426], ['mpg_file.mpg', 9404], ['mp4_file.mp4', 188336]]
class TestMediainfoWrapper(TestCase):
def test_media_length(self):