The workaround is to change the member's email address on either the testDuplicateEmail or testRegister case. The reason is that the testDuplicateEmail registers a member and then asserts that the registration with the same email fails. But when the testRegister case is reached, the member with the specified email has already been registered in testDuplicateEmail case.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
The workaround is to change the member's email address on either the testDuplicateEmail or testRegister case. The reason is that the testDuplicateEmail registers a member and then asserts that the registration with the same email fails. But when the testRegister case is reached, the member with the specified email has already been registered in testDuplicateEmail case.