Hi Malthe I just improved coverage in z3c.form and found a bug in z3c.pt. Can you run the group.txt tests in z3c.form and confirm the issue. A div tag get skipped after some nested repeat tags. (line 898, in group.txt) Is this a known issue? Can you fix this or give me some hints which let me do this? Regards Roger Ineichen _____________________________ END OF MESSAGE
2009/4/3 Roger Ineichen <dev@projekt01.ch>:
Can you run the group.txt tests in z3c.form and confirm the issue. A div tag get skipped after some nested repeat tags. (line 898, in group.txt)
Running with the latest ``chameleon.core``, ``chameleon.zpt`` and ``z3c.pt``, I only get one test failure: File "/Users/mborch/co/z3c.form/src/z3c/form/tests/../group.txt", line 447, in group.txt Failed example: event Expected: <zope.app.event.objectevent.ObjectModifiedEvent object at ...> Got: <zope.lifecycleevent.ObjectModifiedEvent object at 0x26a6bb0> \malthe
Hi Malthe
Betreff: Re: z3c.pt bug
2009/4/3 Roger Ineichen <dev@projekt01.ch>:
Can you run the group.txt tests in z3c.form and confirm the issue. A div tag get skipped after some nested repeat tags. (line 898, in group.txt)
Running with the latest ``chameleon.core``, ``chameleon.zpt`` and ``z3c.pt``, I only get one test failure:
File "/Users/mborch/co/z3c.form/src/z3c/form/tests/../group.txt", line 447, in group.txt Failed example: event Expected: <zope.app.event.objectevent.ObjectModifiedEvent object at ...> Got: <zope.lifecycleevent.ObjectModifiedEvent object at 0x26a6bb0>
That's impossible, ObjectModifiedEvent is since a very long time in zope.lifecycleevent. What are you testing? Regards Roger Ineichen
\malthe
2009/4/3 Roger Ineichen <dev@projekt01.ch>:
Can you run the group.txt tests in z3c.form and confirm the issue. A div tag get skipped after some nested repeat tags. (line 898, in group.txt)
I've reproduced this bug in a test case in ``chameleon.zpt`` (r4073). Will try and solve asap; thanks for identifying it. \malthe
participants (2)
-
Malthe Borch -
Roger Ineichen