From 1ee4361bdd41e8ae0a6d0d9570d75e85a44d19ff Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 20 Aug 2016 11:20:20 +0200 Subject: Pimp loadfile to accept per-file options --- mpv-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpv-test.py') diff --git a/mpv-test.py b/mpv-test.py index 14d5b6d..f35f160 100755 --- a/mpv-test.py +++ b/mpv-test.py @@ -197,7 +197,7 @@ class TestLifecycle(unittest.TestCase): m.wait_for_playback() del m handler.assert_has_calls([ - mock.call('info', 'cplayer', 'Playing: ./test.webm'), + mock.call('info', 'cplayer', 'Playing: test.webm'), mock.call('info', 'cplayer', ' Video --vid=1 (*) (vp8)'), mock.call('fatal', 'cplayer', 'No video or audio streams selected.')]) -- cgit