We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385a885 commit dbfc050Copy full SHA for dbfc050
test/pyTest/testOutputFile.py
@@ -23,9 +23,7 @@ def testCreateOutputFileWithoutExtension():
23
Create an OutputFile with a filename without extension.
24
"""
25
outputFileName = "testCreateOutputFileWithoutExtension"
26
- ouputFile = av.OutputFile( outputFileName )
27
-
28
- assert_equals( ouputFile.getFilename(), outputFileName )
+ av.OutputFile( outputFileName )
29
30
31
def testCreateOutputFileWithoutExtensionWithFormat():
0 commit comments