Łukasz Ludwa created WICKET-6505:
------------------------------------
Summary: AssertLabel in Wicket Tester doesn't work with "&"
Key: WICKET-6505
URL: https://issues.apache.org/jira/browse/WICKET-6505
Project: Wicket
Issue Type: Bug
Affects Versions: 8.0.0-M8
Reporter: Łukasz Ludwa
Attachments: myproject.zip
Adding following label works property:
{code:java}
add(new Label("test", "&&&&&"));
{code}
But in ensuing test case fails:
{code:java}
tester.assertLabel("test", "&&&&&");
{code}
Giving incoming difference:
{noformat}
Expected :&&&&&
Actual :&&&&&
{noformat}
Seems like problem with this html special character.
I attached Wicket Quick Start project with this problem.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)