Working on the JMF implementation of the media service.

we seem to have been wrong in the comparison
cusax-fix
Emil Ivov 20 years ago
parent 39b32a2a26
commit e42cb53ac2

@ -210,7 +210,7 @@ public void verifyCompareToForAllContactsInGroupAndSubgroups(
+ " was wrongfully before "
+ currentContact+ " with status="
+ currentContactStatusSum
, previousContactStatusSum <= currentContactStatusSum);
, previousContactStatusSum >= currentContactStatusSum);
//if both were equal then assert alphabetical order.
if (previousContactStatusSum == currentContactStatusSum)

Loading…
Cancel
Save