Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.4.2
-
None
Description
The test method "g_V_chooseXout_countX_optionX2L_nameX_optionX3L_valueMapX" in the test class "ChooseTest" in enforcing an order on the properties. According to my understanding, this's not expected from the data model.
You can see that in the following assertion:
assertEquals(Long.valueOf(1), counts.get("{name=[marko], age=[29]}"));
If the order is different, then the test will fail.