-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.4.2
-
Component/s: test-suite
-
Labels:None
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.