From 45707626d6db41f4e544912f8c8a3d9004e8e981 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Wed, 21 Mar 2012 20:00:35 -0700 Subject: [PATCH] CSPACE-4945: Fix trivial typo in comments in MovementSortByTest. --- .../services/client/test/MovementSortByTest.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 e2eb645de..d4886b29f 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 @@ -122,7 +122,7 @@ public class MovementSortByTest extends BaseServiceTest { // Because movementNote is not currently a summary field // (returned in summary list items), we will need to verify // sort order by using the IDs provided in the summary list - // items to retrieve full records, amd then obtaining + // items to retrieve full records, and then obtaining // the value of that field from each of those records. MovementsCommon movement = read(AbstractCommonListUtils.ListItemGetCSID(item)); values.add(i, movement.getMovementNote()); @@ -171,7 +171,7 @@ public class MovementSortByTest extends BaseServiceTest { // Because movementNote is not currently a summary field // (returned in summary list items), we will need to verify // sort order by using the IDs provided in the summary list - // items to retrieve full records, amd then obtaining + // items to retrieve full records, and then obtaining // the value of that field from each of those records. MovementsCommon movement = read(AbstractCommonListUtils.ListItemGetCSID(item)); values.add(i, movement.getMovementNote()); @@ -218,7 +218,7 @@ public class MovementSortByTest extends BaseServiceTest { // Because movementNote is not currently a summary field // (returned in summary list items), we will need to verify // sort order by using the IDs provided in the summary list - // items to retrieve full records, amd then obtaining + // items to retrieve full records, and then obtaining // the value of that field from each of those records. MovementsCommon movement = read(AbstractCommonListUtils.ListItemGetCSID(item)); values.add(i, movement.getMovementNote()); @@ -340,7 +340,7 @@ public class MovementSortByTest extends BaseServiceTest { // Because movementNote is not currently a summary field // (returned in summary list items), we will need to verify // sort order by using the IDs provided in the summary list - // items to retrieve full records, amd then obtaining + // items to retrieve full records, and then obtaining // the value of that field from each of those records. MovementsCommon movement = read(AbstractCommonListUtils.ListItemGetCSID(item)); firstFieldValues.add(i, movement.getMovementNote()); @@ -391,7 +391,7 @@ public class MovementSortByTest extends BaseServiceTest { // Because movementNote is not currently a summary field // (returned in summary list items), we will need to verify // sort order by using the IDs provided in the summary list - // items to retrieve full records, amd then obtaining + // items to retrieve full records, and then obtaining // the value of that field from each of those records. MovementsCommon movement = read(AbstractCommonListUtils.ListItemGetCSID(item)); firstFieldValues.add(i, movement.getLocationDate()); -- 2.47.3