Skip to content

Commit 06053fd

Browse files
author
Clement Champetier
committed
pyTest: renamed testAddAllStreamsOfFileWhichDoesNotExist
To testAddAStreamFromAFileWhichDoesNotExist
1 parent b9bc00f commit 06053fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/pyTest/testTranscoderAdd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ def testAddStreamTranscoder():
3535

3636

3737
@raises(IOError)
38-
def testAddAllStreamsOfFileWhichDoesNotExist():
38+
def testAddAStreamFromAFileWhichDoesNotExist():
3939
"""
4040
Add all streams from a given file.
4141
"""
4242
# input
4343
inputFileName = "fileWhichDoesNotExist.mov"
4444

4545
# output
46-
outputFileName = "testAddAllStreamsOfFileWhichDoesNotExist.mov"
46+
outputFileName = "testAddAStreamFromAFileWhichDoesNotExist.mov"
4747
ouputFile = av.OutputFile( outputFileName )
4848

4949
transcoder = av.Transcoder( ouputFile )

0 commit comments

Comments
 (0)