Tolis Emmanouilidis <aemmanou@redhat.com> made a comment on bug 953784

I'd like to add that the issue appears when the testDuplicateEmail case is executed before the testRegister case. However inside the source file, the testRegister case is defined before the testDuplicateEmail.

I believe that the issue is related to the fact that in JAVA 7 it is not guaranteed that the order of methods returned by reflection is the same as the order declared in the source file. For this reason Junit 11 release notes states that one of the new features is the "Test Execution Order".

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