From 719d20011289d2e7d553a68267665f8bcbc0ca8c Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Mon, 3 Jan 2011 23:17:17 +0000 Subject: [PATCH] CSPACE-3069: Fixed typo in one comment. --- .../services/client/test/MovementSortByTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/movement/client/src/test/java/org/collectionspace/services/client/test/MovementSortByTest.java b/services/movement/client/src/test/java/org/collectionspace/services/client/test/MovementSortByTest.java index 7ccb94382..5e844ec3b 100644 --- a/services/movement/client/src/test/java/org/collectionspace/services/client/test/MovementSortByTest.java +++ b/services/movement/client/src/test/java/org/collectionspace/services/client/test/MovementSortByTest.java @@ -422,7 +422,7 @@ public class MovementSortByTest extends BaseServiceTest { logger.debug("list-item[" + i + "] movementNote=" + secondFieldValues.get(i)); } // Verify that the value of the specified field in the current record - // is less than or greater than its value in the previous record. + // is less than or equal to than its value in the previous record. if (i > 0 && firstFieldValues.get(i) != null && firstFieldValues.get(i - 1) != null) { Assert.assertTrue(comparator.compare(firstFieldValues.get(i), firstFieldValues.get(i - 1)) <= 0); // If the value of the first sort field in the current record is identical to -- 2.47.3