devtools/testlib.py
changeset 468 3fac8c508779
parent 427 e894eec21a1b
child 474 c9b0c3c06be0
--- a/devtools/testlib.py	Mon Jan 26 08:14:18 2009 +0100
+++ b/devtools/testlib.py	Mon Jan 26 11:05:49 2009 +0100
@@ -328,7 +328,6 @@
         """this method tries to find everything that can be tested
         for `rset` and yields a callable test (as needed in generative tests)
         """
-        rqlst = parse(rset.rql)
         propdefs = self.vreg['propertydefs']
         # make all components visible
         for k, v in propdefs.items():