From: Aron Roberts Date: Thu, 22 Mar 2012 03:00:35 +0000 (-0700) Subject: CSPACE-4945: Fix trivial typo in comments in MovementSortByTest. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=45707626d6db41f4e544912f8c8a3d9004e8e981;p=tmp%2Fjakarta-migration.git CSPACE-4945: Fix trivial typo in comments in MovementSortByTest. --- 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());