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:
Neil McErlean
2015-06-15 09:27:43 +00:00
parent f2010a9f2f
commit a2005bfb1a

View File

@@ -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",