mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
Added NOT_SUPPORTED_ON_SINGLE_PIPELINE TestGroup for Alfresco Logs TestCases
This commit is contained in:
@@ -67,6 +67,7 @@ import org.testng.annotations.Test;
|
|||||||
* @since 3.4
|
* @since 3.4
|
||||||
*/
|
*/
|
||||||
@AlfrescoTest (jira = "APPS-35")
|
@AlfrescoTest (jira = "APPS-35")
|
||||||
|
@Test(groups = { TestGroup.NOT_SUPPORTED_ON_SINGLE_PIPELINE })
|
||||||
public class FileVersionAsRecordTests extends BaseRMRestTest
|
public class FileVersionAsRecordTests extends BaseRMRestTest
|
||||||
{
|
{
|
||||||
private final static String DESTINATION_PATH_NOT_FOUND_EXC = "Unable to execute declare-version-record action, " +
|
private final static String DESTINATION_PATH_NOT_FOUND_EXC = "Unable to execute declare-version-record action, " +
|
||||||
@@ -204,7 +205,7 @@ public class FileVersionAsRecordTests extends BaseRMRestTest
|
|||||||
* record folder
|
* record folder
|
||||||
* And the document is not declared as a version record
|
* And the document is not declared as a version record
|
||||||
*/
|
*/
|
||||||
@Test (dataProvider = "invalidDestinationPaths", groups = { TestGroup.NOT_SUPPORTED_ON_SINGLE_PIPELINE })
|
@Test (dataProvider = "invalidDestinationPaths")
|
||||||
public void declareVersionAndFileToInvalidLocationUsingActionsAPI(String containerPath, String expectedException) throws Exception
|
public void declareVersionAndFileToInvalidLocationUsingActionsAPI(String containerPath, String expectedException) throws Exception
|
||||||
{
|
{
|
||||||
STEP("Declare document as record version with an invalid location parameter value");
|
STEP("Declare document as record version with an invalid location parameter value");
|
||||||
|
@@ -63,6 +63,7 @@ import org.alfresco.test.AlfrescoTest;
|
|||||||
import org.alfresco.utility.constants.UserRole;
|
import org.alfresco.utility.constants.UserRole;
|
||||||
import org.alfresco.utility.model.FileModel;
|
import org.alfresco.utility.model.FileModel;
|
||||||
import org.alfresco.utility.model.SiteModel;
|
import org.alfresco.utility.model.SiteModel;
|
||||||
|
import org.alfresco.utility.model.TestGroup;
|
||||||
import org.alfresco.utility.model.UserModel;
|
import org.alfresco.utility.model.UserModel;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.testng.annotations.AfterClass;
|
import org.testng.annotations.AfterClass;
|
||||||
@@ -77,6 +78,7 @@ import org.testng.annotations.Test;
|
|||||||
* @since 3.2
|
* @since 3.2
|
||||||
*/
|
*/
|
||||||
@AlfrescoTest (jira = "RM-6874, RM-6873")
|
@AlfrescoTest (jira = "RM-6874, RM-6873")
|
||||||
|
@Test(groups = { TestGroup.NOT_SUPPORTED_ON_SINGLE_PIPELINE })
|
||||||
public class RemoveFromHoldsTests extends BaseRMRestTest
|
public class RemoveFromHoldsTests extends BaseRMRestTest
|
||||||
{
|
{
|
||||||
private static final String HOLD_ONE = "HOLD_ONE" + generateTestPrefix(RemoveFromHoldsTests.class);
|
private static final String HOLD_ONE = "HOLD_ONE" + generateTestPrefix(RemoveFromHoldsTests.class);
|
||||||
|
Reference in New Issue
Block a user