Moti Asayag has posted comments on this change.

Change subject: core: Added LexoNumericComparator utility
......................................................................


Patch Set 2: (1 inline comment)

....................................................
File 
backend/manager/modules/common/src/test/java/org/ovirt/engine/core/common/utils/LexoNumericComparatorTest.java
Line 56:                 { "abc012", "abc012", 0 },
Line 57:                 { "abc2", "abc10", -1 },
Line 58:                 { "abc012def", "abc012def", 0 },
Line 59:                 { "abc012def", "abc012ghi", -1 },
Line 60:                 { "abc2def", "abc10def", -1 }
would you mind adding:
012abc and 012ab
Line 61:         });
Line 62:     }


--
To view, visit http://gerrit.ovirt.org/11996
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I8c68446ea6f1865a51455a0a359df339bfb15bba
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lior Vernia <[email protected]>
Gerrit-Reviewer: Lior Vernia <[email protected]>
Gerrit-Reviewer: Mike Kolesnik <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to