unnecessary
authorsylvain.thenault@logilab.fr
Mon, 26 Jan 2009 11:05:49 +0100
changeset 468 3fac8c508779
parent 467 a6f056bc7d1d
child 469 365826a58664
unnecessary
devtools/testlib.py
--- 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():