<div dir="ltr">Hello Guys,<br>     A unit test added in revision 16012 is failing during our builds. The test I&#39;m talking about is <span style="font-family: courier new,monospace;">org.hibernate.validation.engine.groups.GroupTest</span><span style="font-family: courier new,monospace; color: rgb(0, 0, 0);">.testGroupSequenceFollowedByGroup()</span>. When I debugged, the iterator defined in line 281 always has the constraint violation for <span style="font-family: courier new,monospace;">phoneNumber</span> before that of <span style="font-family: courier new,monospace;">defaultCreditCard</span>. When I exchanged the locations of the <span style="font-family: courier new,monospace;">assert</span>s, the test succeeded, but of course I don&#39;t think that this is a good solution, since I&#39;m sure that the tests run successfully on other machines.<br>
<br>Regards<br>Alaa Nassef<br></div>