]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-3069: Fixed typo in one comment.
authorAron Roberts <aron@socrates.berkeley.edu>
Mon, 3 Jan 2011 23:17:17 +0000 (23:17 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Mon, 3 Jan 2011 23:17:17 +0000 (23:17 +0000)
services/movement/client/src/test/java/org/collectionspace/services/client/test/MovementSortByTest.java

index 7ccb943820ebc8e73cdcbde6cb328c7d8560c1ad..5e844ec3b206801a760431b079119d2f4835f39e 100644 (file)
@@ -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