more fixes to test cases

This commit is contained in:
Bernardo Damele
2013-01-18 09:32:05 +00:00
parent a92ae93847
commit d66f7e22b1
2 changed files with 5 additions and 5 deletions

View File

@@ -266,7 +266,7 @@ def runCase(switches=None, parse=None):
tback = traceback.format_exc()
retVal = False
elif result is False: # if None, ignore
logger.error("the test did not run")
logger.error("the test did not identify the SQL injection")
retVal = False
console = getUnicode(console, system=True)