devtools/testlib.py
branch3.5
changeset 3226 10f4f525044c
parent 2668 979c7ccb4a86
child 3230 1d25e928c299
child 3689 deb13e88e037
--- a/devtools/testlib.py	Tue Sep 15 14:47:39 2009 +0200
+++ b/devtools/testlib.py	Tue Sep 15 14:47:58 2009 +0200
@@ -333,7 +333,7 @@
             # resultset's syntax tree
             rset = backup_rset
         for action in self.list_actions_for(rset):
-            yield InnerTest(self._testname(rset, action.id, 'action'), action.url)
+            yield InnerTest(self._testname(rset, action.id, 'action'), self._test_action, action)
         for box in self.list_boxes_for(rset):
             yield InnerTest(self._testname(rset, box.id, 'box'), box.render)