devtools/testlib.py
changeset 6140 65a619eb31c4
parent 6109 47d9c0e0f7b7
child 6141 b8287e54b528
--- a/devtools/testlib.py	Wed Aug 25 09:43:12 2010 +0200
+++ b/devtools/testlib.py	Wed Aug 25 10:01:11 2010 +0200
@@ -903,7 +903,8 @@
         for action in self.list_actions_for(rset):
             yield InnerTest(self._testname(rset, action.__regid__, 'action'), self._test_action, action)
         for box in self.list_boxes_for(rset):
-            yield InnerTest(self._testname(rset, box.__regid__, 'box'), box.render)
+            w = [].append
+            yield InnerTest(self._testname(rset, box.__regid__, 'box'), box.render, w)
 
     @staticmethod
     def _testname(rset, objid, objtype):