Updated test to use Cut Off as action label.

This commit is contained in:
Oana Nechiforescu
2016-08-09 17:53:39 +03:00
parent 464f6c72e2
commit 3f38931f12

View File

@@ -156,7 +156,7 @@ public class RecordsManagementActionServiceImplTest extends BaseRMTestCase
// get some specific actions and check the label // get some specific actions and check the label
RecordsManagementAction cutoff = this.rmActionService.getDispositionAction("cutoff"); RecordsManagementAction cutoff = this.rmActionService.getDispositionAction("cutoff");
assertNotNull(cutoff); assertNotNull(cutoff);
assertEquals("Cut off", cutoff.getLabel()); assertEquals("Cut Off", cutoff.getLabel());
RecordsManagementAction freeze = this.rmActionService.getRecordsManagementAction("freeze"); RecordsManagementAction freeze = this.rmActionService.getRecordsManagementAction("freeze");
assertNotNull(freeze); assertNotNull(freeze);