mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Updated test to use Cut Off as action label.
This commit is contained in:
@@ -156,7 +156,7 @@ public class RecordsManagementActionServiceImplTest extends BaseRMTestCase
|
||||
// get some specific actions and check the label
|
||||
RecordsManagementAction cutoff = this.rmActionService.getDispositionAction("cutoff");
|
||||
assertNotNull(cutoff);
|
||||
assertEquals("Cut off", cutoff.getLabel());
|
||||
assertEquals("Cut Off", cutoff.getLabel());
|
||||
|
||||
RecordsManagementAction freeze = this.rmActionService.getRecordsManagementAction("freeze");
|
||||
assertNotNull(freeze);
|
||||
|
Reference in New Issue
Block a user