Skip to content

Commit 3dba20f

Browse files
author
Clement Champetier
committed
pyTest: clean testTranscoderAdd
1 parent bd01298 commit 3dba20f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/pyTest/testTranscoderAdd.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ def testAddStreamTranscoder():
3131
transcoder.addStream( streamTranscoder)
3232

3333
# process
34-
progress = av.NoDisplayProgress()
35-
transcoder.process( progress )
34+
transcoder.process()
3635

3736

3837
@raises(IOError)
@@ -51,5 +50,4 @@ def testAddAllStreamsOfFileWhichDoesNotExist():
5150
transcoder.addStream( av.InputStreamDesc(inputFileName, 0) )
5251

5352
# process
54-
progress = av.ConsoleProgress()
55-
transcoder.process( progress )
53+
transcoder.process()

0 commit comments

Comments
 (0)