Refactor to fix single include

This commit is contained in:
Malcolm Noyes
2014-02-21 13:04:11 +00:00
parent 04acaebe74
commit 434f8c9b9f
15 changed files with 3313 additions and 5201 deletions

View File

@@ -677,11 +677,11 @@ def parseTrxFile(baseName, trxFile):
for tmp in lines:
if (len(lines) >= (index + 2) and
lines[index].startswith("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~") and
lines[index + 1].startswith("Using Catch v") ):
lines[index + 1].startswith("Batch run using") ):
found = True
break
index += 1
lines = lines[index + 2:]
lines = lines[index + 3:]
#print "*******",desc
#print lines
if found: