fixed test cases

This commit is contained in:
Bernardo Damele
2012-12-19 12:33:37 +00:00
parent 5ceadf02ae
commit 2bc2c0431c
2 changed files with 10 additions and 10 deletions

View File

@@ -206,7 +206,7 @@ def runCase(switches=None, parse=None):
retVal = False
if parse and retVal:
ifile = open(conf.dumper.getOutputFile(), 'r')
ifile = open(conf.dumper.getOutputFile(), "rb")
content = ifile.read()
ifile.close()
for item in parse: