Skip to content

Commit dbfc050

Browse files
author
Clement Champetier
committed
pyTest: cleaned testOutputFile
1 parent 385a885 commit dbfc050

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/pyTest/testOutputFile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ def testCreateOutputFileWithoutExtension():
2323
Create an OutputFile with a filename without extension.
2424
"""
2525
outputFileName = "testCreateOutputFileWithoutExtension"
26-
ouputFile = av.OutputFile( outputFileName )
27-
28-
assert_equals( ouputFile.getFilename(), outputFileName )
26+
av.OutputFile( outputFileName )
2927

3028

3129
def testCreateOutputFileWithoutExtensionWithFormat():

0 commit comments

Comments
 (0)