From a2005bfb1a74cdc9c90ea04f4078a449b65098e6 Mon Sep 17 00:00:00 2001 From: Neil McErlean Date: Mon, 15 Jun 2015 09:27:43 +0000 Subject: [PATCH] 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 --- .../classification/ClassificationServiceBootstrapUnitTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rm-server/unit-test/java/org/alfresco/module/org_alfresco_module_rm/classification/ClassificationServiceBootstrapUnitTest.java b/rm-server/unit-test/java/org/alfresco/module/org_alfresco_module_rm/classification/ClassificationServiceBootstrapUnitTest.java index 0f58d8605a..937d9eddc0 100644 --- a/rm-server/unit-test/java/org/alfresco/module/org_alfresco_module_rm/classification/ClassificationServiceBootstrapUnitTest.java +++ b/rm-server/unit-test/java/org/alfresco/module/org_alfresco_module_rm/classification/ClassificationServiceBootstrapUnitTest.java @@ -60,7 +60,7 @@ public class ClassificationServiceBootstrapUnitTest private static final List DEFAULT_CLASSIFICATION_LEVELS = asLevelList("TS", "rm.classification.topSecret", "S", "rm.classification.secret", "C", "rm.classification.confidential", - "NC", "rm.classification.noClearance"); + "U", "rm.classification.unclassified"); private static final List ALT_CLASSIFICATION_LEVELS = asLevelList("B", "Board", "EM", "ExecutiveManagement", "E", "Employee",