further reflective value handling improvement

This commit is contained in:
Miroslav Stampar
2011-02-27 17:43:41 +00:00
parent b47d3e1da3
commit 21041f8b90
3 changed files with 9 additions and 5 deletions

View File

@@ -490,7 +490,7 @@ class Connect:
if content or response:
return page, headers
page = removeReflectiveValues(page, value)
page = removeReflectiveValues(page, payload)
if getRatioValue:
return comparison(page, getRatioValue=False, pageLength=pageLength), comparison(page, getRatioValue=True, pageLength=pageLength)