mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM: Capability configuration refactor
* consolidate the groups capabilities are within (rename and try to simpify) * 'deprecate' classification related capabilities into the dod specific package .. these capabilities didn't do anything so will be removed until such a time comes when we consider classified records. * remove legacy unit test .. becomming too difficult to maintain and is covered by newer tests git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@48750 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -21,9 +21,8 @@ package org.alfresco.module.org_alfresco_module_rm.test;
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestSuite;
|
||||
|
||||
import org.alfresco.module.org_alfresco_module_rm.test.capabilities.CapabilitiesTest;
|
||||
import org.alfresco.module.org_alfresco_module_rm.test.capabilities.DeclarativeCapabilityTest;
|
||||
import org.alfresco.module.org_alfresco_module_rm.test.capabilities.CompositeCapabilityTest;
|
||||
import org.alfresco.module.org_alfresco_module_rm.test.capabilities.DeclarativeCapabilityTest;
|
||||
|
||||
|
||||
/**
|
||||
@@ -41,7 +40,6 @@ public class CapabilitiesTestSuite extends TestSuite
|
||||
public static Test suite()
|
||||
{
|
||||
TestSuite suite = new TestSuite();
|
||||
suite.addTestSuite(CapabilitiesTest.class);
|
||||
suite.addTestSuite(DeclarativeCapabilityTest.class);
|
||||
suite.addTestSuite(CompositeCapabilityTest.class);
|
||||
return suite;
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user