WicketTester.assertFeedback(java.lang.String path, java.lang.String[] messages)
should not require feedback messages to be in the specified order.
--------------------------------------------------------------------------------------------------------------------------------------------------
Key: WICKET-4246
URL: https://issues.apache.org/jira/browse/WICKET-4246
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 1.5.3
Environment: Microsoft Windows XP 64, Mac OS X Snow Leopard
Reporter: Eric Jablow
Priority: Minor
Some validation systems validate form fields in an arbitrary order; for
example, the net.ftlines.wicket-bean-validation and Hibernate Validation
combination. Thus, the feedback messages may appear in arbitrary order.
However, WicketTester.assertFeedback requires that the actual messages be the
expected messages in their exact order. Thus, a test like:
tester.assertFeedback("feedback", new String[]{messageA, messageB});
is not especially useful.
I suggest that either assertFeedback be written to not care about the order of
the messages, or that a method WicketTester.assertFeedbackInAnyOrder(String
path, String[] messages) be written.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira