Re: [Zope-dev] z3c.pt bug

2009-04-06 Thread Malthe Borch
2009/4/3 Roger Ineichen :
> Can you fix this or give me some hints which let me do this?

This issue has been fixed and ``chameleon.core`` 1.0b27 released.

\malthe
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] z3c.pt bug

2009-04-06 Thread Malthe Borch
2009/4/3 Roger Ineichen :
>> > 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
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] z3c.pt bug

2009-04-03 Thread Roger Ineichen
Hi Malthe

> Betreff: Re: z3c.pt bug
> 
> 2009/4/3 Roger Ineichen :
> > 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:
> 
> Got:
> 

That's impossible, ObjectModifiedEvent is since a very long time
in zope.lifecycleevent. What are you testing?

Regards
Roger Ineichen

> \malthe
> 

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] z3c.pt bug

2009-04-03 Thread Malthe Borch
2009/4/3 Roger Ineichen :
> 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:

Got:


\malthe
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] z3c.pt bug

2009-04-02 Thread Roger Ineichen
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

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )