Another bug fix to --union-test

This commit is contained in:
Bernardo Damele
2010-11-15 21:42:56 +00:00
parent b3ad63b71e
commit 71cb982039
2 changed files with 8 additions and 7 deletions

View File

@@ -389,6 +389,8 @@ class Connect:
if content or response:
return page, headers
elif getSeqMatcher:
return comparison(page, headers, getSeqMatcher=False, pageLength=pageLength), comparison(page, headers, getSeqMatcher=True, pageLength=pageLength)
elif pageLength or page:
return comparison(page, headers, getSeqMatcher, pageLength)
else: