Running tests in alphabetical order doesn't work with TestNG ('runOrder' setting isn't applied) ------------------------------------------------------------------------------------------------
Key: SUREFIRE-721 URL: http://jira.codehaus.org/browse/SUREFIRE-721 Project: Maven Surefire Issue Type: Bug Components: TestNG support Affects Versions: 2.8, 2.7 Reporter: Sami Heikkinen The 'runOrder' setting doesn't seem to be working when running tests with TestNG. (At least when the TestNGDirectoryTestSuite is used.) TestNGProvider seems to have correctly initialized DirectyScanner but that isn't passed on when constructing the TestNGDirectoryTestSuite, which just creates a new DefaultDirectoryScanner in the constructor with "filesystem" as the runOrder. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira