[
https://issues.apache.org/jira/browse/WICKET-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631839#action_12631839
]
Jörn Zaefferer commented on WICKET-1781:
----------------------------------------
The test, which works fine eg. on my Windows system, specifies are reversed
order for the type and src attributes, when comparing to the html template.
A wild guess would be that attributes for the read html template are put into a
HashMap, and the order differs between platforms due to different HashMap
implementations. Not very convincing...
Anyway, I'm attaching a patch that "fixes" the test, making it correctly fail.
> ParentResourceEscapePathTest fails on OS X using cmd line maven
> ---------------------------------------------------------------
>
> Key: WICKET-1781
> URL: https://issues.apache.org/jira/browse/WICKET-1781
> Project: Wicket
> Issue Type: Bug
> Affects Versions: 1.3.4
> Reporter: Martijn Dashorst
> Fix For: 1.3.5
>
> Attachments: org.apache.wicket.ParentResourceEscapePathTest.txt,
> ParentResourceEscapePathTest-patch.diff
>
>
> using commandline java 1.4 and maven (2.0.9) I get the attached failure.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.