Merged DEV/WCM_SERVICES2 to HEAD

12236: Implementation of Sandbox Revert REST API
  12305: WCM Services - "asset service" initial checkpoint (more tests to be added)
  12334: placeholder for WCM Asset implementation
  12338: Check in to get server working ...
  12341: WCM Services - "asset service" checkpoint (locking fixes, bulk import, more tests added)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12544 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2008-12-23 14:48:34 +00:00
parent c4e9d6f97b
commit eb906a0d52
23 changed files with 2709 additions and 334 deletions

View File

@@ -27,6 +27,7 @@ package org.alfresco.wcm;
import junit.framework.Test;
import junit.framework.TestSuite;
import org.alfresco.wcm.asset.AssetServiceImplTest;
import org.alfresco.wcm.sandbox.SandboxServiceImplTest;
import org.alfresco.wcm.webproject.WebProjectServiceImplTest;
import org.alfresco.wcm.webproject.script.ScriptWebProjectsTest;
@@ -48,6 +49,7 @@ public class WCMTestSuite extends TestSuite
TestSuite suite = new TestSuite();
suite.addTestSuite(WebProjectServiceImplTest.class);
suite.addTestSuite(AssetServiceImplTest.class);
suite.addTestSuite(SandboxServiceImplTest.class);
suite.addTestSuite(ScriptWebProjectsTest.class);