Another bug fix for --union-test

This commit is contained in:
Bernardo Damele 2010-11-14 15:39:57 +00:00
parent a0fb96816f
commit 0bfc1b411a

View File

@ -53,13 +53,7 @@ def __unionPosition(negative=False, falseCond=False):
# Perform the request # Perform the request
resultPage, _ = Request.queryPage(payload, content=True) resultPage, _ = Request.queryPage(payload, content=True)
# We have to assure that the randQuery value is not within the if resultPage and randQuery in resultPage:
# HTML code of the result page because, for instance, it is there
# when the query is wrong and the back-end DBMS is Microsoft SQL
# server
htmlParsed = htmlParser(resultPage)
if resultPage and randQuery in resultPage and not htmlParsed:
setUnion(position=exprPosition) setUnion(position=exprPosition)
validPayload = payload validPayload = payload