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
