mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Slight change following review comments. Doesn't affect test execution.
--This mine, and those below, will be ignored-- M ClassificationServiceBootstrapUnitTest.java git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@106120 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -60,7 +60,7 @@ public class ClassificationServiceBootstrapUnitTest
|
|||||||
private static final List<ClassificationLevel> DEFAULT_CLASSIFICATION_LEVELS = asLevelList("TS", "rm.classification.topSecret",
|
private static final List<ClassificationLevel> DEFAULT_CLASSIFICATION_LEVELS = asLevelList("TS", "rm.classification.topSecret",
|
||||||
"S", "rm.classification.secret",
|
"S", "rm.classification.secret",
|
||||||
"C", "rm.classification.confidential",
|
"C", "rm.classification.confidential",
|
||||||
"NC", "rm.classification.noClearance");
|
"U", "rm.classification.unclassified");
|
||||||
private static final List<ClassificationLevel> ALT_CLASSIFICATION_LEVELS = asLevelList("B", "Board",
|
private static final List<ClassificationLevel> ALT_CLASSIFICATION_LEVELS = asLevelList("B", "Board",
|
||||||
"EM", "ExecutiveManagement",
|
"EM", "ExecutiveManagement",
|
||||||
"E", "Employee",
|
"E", "Employee",
|
||||||
|
Reference in New Issue
Block a user