few more fixes for proper redirecting mechanism

This commit is contained in:
Miroslav Stampar
2012-03-15 19:47:59 +00:00
parent 48e8c978fb
commit 7d313ac911
2 changed files with 8 additions and 2 deletions

View File

@@ -665,6 +665,9 @@ def checkDynParam(place, parameter, value):
dynamicity might depend on another parameter.
"""
if kb.redirectChoice:
return None
kb.matchRatio = None
dynResult = None
randInt = randomInt()
@@ -746,6 +749,9 @@ def checkStability():
like for instance string matching (--string).
"""
if kb.redirectChoice:
return None
infoMsg = "testing if the url is stable, wait a few seconds"
logger.info(infoMsg)