summaryrefslogtreecommitdiff
path: root/test/testlib/testing.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/testlib/testing.py')
-rw-r--r--test/testlib/testing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testlib/testing.py b/test/testlib/testing.py
index 6342ce898..95071a475 100644
--- a/test/testlib/testing.py
+++ b/test/testlib/testing.py
@@ -295,7 +295,7 @@ class SQLCompileTest(PersistTest):
self.assert_(cc == result, "\n'" + cc + "'\n does not match \n'" + result + "'")
if checkparams is not None:
- self.assert_(c.params == checkparams, "params dont match" + repr(c.params))
+ self.assert_(c.construct_params(params) == checkparams, "params dont match" + repr(c.params))
class AssertMixin(PersistTest):
"""given a list-based structure of keys/properties which represent information within an object structure, and