update of dynamicity testing and few misc fixes

This commit is contained in:
Miroslav Stampar
2010-11-05 13:14:12 +00:00
parent ef1809464d
commit 0e895fa512
4 changed files with 20 additions and 13 deletions

View File

@@ -102,6 +102,9 @@ def comparison(page, headers=None, getSeqMatcher=False, pageLength=None):
elif wasLastRequestError():
return False
elif ratio == 1:
return True
# If the url is not stable it returns sequence matcher between the
# first untouched HTTP response page content and this content
else: