Class TestMoveIssueAttachment
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.issue.move.TestMoveIssueAttachment
Tests that attachments are moved successfully with an Issue move (single and Bulk).
There are separate tests depending on whether we need to do a workflow migration or not, because there was a regression
that only occured when we did the migration (JRA-16223).
-
Field Summary
FieldsFields inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidThis tests what happens to attachments when two users do a bulk move at the same time to different projects.voidvoidvoidMethods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Field Details
-
COW_15_ATTACHMENT
- See Also:
-
DOG_1_ATTACHMENT
- See Also:
-
-
Constructor Details
-
TestMoveIssueAttachment
public TestMoveIssueAttachment()
-
-
Method Details
-
setUpTest
public void setUpTest() -
testMoveSingleIssueSameWorkflow
- Throws:
Exception
-
testMoveSingleIssueDifferentWorkflow
- Throws:
Exception
-
testBulkMoveIssueSameWorkflow
- Throws:
Exception
-
testBulkMoveIssueDifferentWorkflow
- Throws:
Exception
-
testMoveSingleIssueTwoUsers
- Throws:
Exception
-
testBulkMoveIssueTwoUsers
This tests what happens to attachments when two users do a bulk move at the same time to different projects. See http://jira.atlassian.com/browse/JRA-15475- Throws:
Exception- If the test is stuffed.
-