Just posted a comment.
On 10/3/07, Johan Compagner <[EMAIL PROTECTED]> wrote: > i have loads of stuff todo! > for example anybody of you 2 have a good idea about this one: > > https://issues.apache.org/jira/browse/WICKET-943 > > > On 10/3/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > > > yes, +1 for johan to fix them! > > > > -igor > > > > > > On 10/3/07, Matej Knopp <[EMAIL PROTECTED]> wrote: > > > > > > +1. Good luck, Johan! > > > > > > -Matej > > > > > > On 10/3/07, Johan Compagner <[EMAIL PROTECTED]> wrote: > > > > Some are ajax responses we try to test: > > > > > > > > > > > > <?xml version="1.0" encoding="UTF-8"?><ajax-response><component > > > > id="ajaxLabel1" ><![CDATA[<span wicket:id="ajaxLabel" > > > > id="ajaxLabel1">Updated!</span>]]></component></ajax-response> > > > > > > > > <?xml version="1.0" encoding="UTF-8"?><ajax-response><component > > > > id="ajaxLabel1" ><![CDATA[<span id="ajaxLabel1" > > > > wicket:id="ajaxLabel">Updated!</span>]]></component></ajax-response> > > > > > > > > Those are just rawmarkup in our markupparser so it still doesn't > > equals. > > > > > > > > Also the other problem is header contributions where we insert an id > > in > > > the > > > > tags that are in the panel html. Those also result in rawmarkup and > > > because > > > > of that they are not equalled correctly. > > > > > > > > We should try to fix those so that unit test are not depending on the > > > java > > > > version we use... > > > > > > > > johan > > > > > > > > > >
