From 256e874fdf398e7e96abf6ca59c432eaca407010 Mon Sep 17 00:00:00 2001 From: Tatyana Valkevych Date: Wed, 8 Apr 2015 16:13:16 +0000 Subject: [PATCH] Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud) 101317: Merge RA-SPRINT2 to HEAD-BUG-FIX (5.1) 100014: RA-62: Remove reference to FolderTemplateTest and SlingshotContentGetTest in test suite git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@101459 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../org/alfresco/repo/web/scripts/WebScriptTestSuite.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/test-java/org/alfresco/repo/web/scripts/WebScriptTestSuite.java b/source/test-java/org/alfresco/repo/web/scripts/WebScriptTestSuite.java index 2020c9dd6a..b7082cb717 100644 --- a/source/test-java/org/alfresco/repo/web/scripts/WebScriptTestSuite.java +++ b/source/test-java/org/alfresco/repo/web/scripts/WebScriptTestSuite.java @@ -54,8 +54,6 @@ import org.alfresco.repo.web.scripts.transfer.TransferWebScriptTest; import org.alfresco.repo.web.scripts.workflow.ActivitiWorkflowRestApiTest; import org.alfresco.repo.web.scripts.workflow.JBPMWorkflowRestApiTest; import org.alfresco.repo.web.scripts.workflow.WorkflowModelBuilderTest; -import org.alfresco.slingshot.documentlibrary.FolderTemplateTest; -import org.alfresco.slingshot.web.scripts.SlingshotContentGetTest; /** * Web Scripts test suite @@ -103,9 +101,7 @@ public class WebScriptTestSuite extends TestSuite suite.addTestSuite( SubscriptionServiceRestApiTest.class ); suite.addTestSuite( FacetRestApiTest.class ); suite.addTestSuite( CommentsApiTest.class ); - suite.addTestSuite( FolderTemplateTest.class ); suite.addTestSuite( DeclarativeSpreadsheetWebScriptTest.class ); - suite.addTestSuite( SlingshotContentGetTest.class); suite.addTestSuite( XssVulnerabilityTest.class ); suite.addTestSuite( LinksRestApiTest.class ); suite.addTestSuite( RemoteFileFolderLoaderTest.class );