Run core tests in alphabetical order

This commit is contained in:
Carlos Lopez-Camey
2015-03-22 10:42:37 -06:00
committed by Andreas Schildbach
parent 2e971d1a24
commit 034dc153ab

View File

@@ -245,6 +245,15 @@
</executions>
</plugin>
<!-- Unit tests plugin, to skip runing test add -Dmaven.test.skip -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
<!-- Create a bundled executable test jar that runs the regtester/pulltester.
The comparison tool is kind of messy and badly needs a seriously refactoring.
It depends on classes which are only in the test tree so we must do some