Yeah, I removed ~ a week ago. It was of no use since we have version
merging for 1.3.
-Matej
On 5/5/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
I think Matej removed the concept of unversioned behavior listeners as
it was flawed.
Eelco
On 5/5/07, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
> 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
>