May be it is too early, but I have a strange problem.

I'm currently playing with backporting some MarkupParser functionality
which makes it is more easy to add IMarkupFilter and insert them at
the right (user determined) place.

This is the original junit output of SimpleTestPanelTest:
...IUnversionedBehaviorListener:0&wicket:ignoreIfNotActive=true',
function() { }, function() { });", 2000);;});

and this is what I get now:
... IBehaviorListener:0&wicket:ignoreIfNotActive=true', function() {
}.bind(this), function() { }.bind(this));", 2000);;});

I looked into the code and tried to find the place where the URL, more
specifically the IUnversionedBehaviorListener part, is generated.
Surprisingly I didn't find any place (java, html, whatever) except the
"junit expected output files".

Any idea? Which output would you expect from this junit test case?

Juergen

Reply via email to