Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bdamele committed Jan 13, 2014
1 parent 1505f1d commit bc29bf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/core/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,10 @@ def runCase(parse):
if not re.search(item[2:-1], parse_on, re.DOTALL):
retVal = None
Failures.failedItems.append(item)
#break

elif item not in parse_on:
retVal = None
Failures.failedItems.append(item)
#break

if Failures.failedItems:
Failures.failedParseOn = console
Expand Down

0 comments on commit bc29bf6

Please sign in to comment.