1
0

alphabetical fixes the Continuum failure, so need to make the order configurable

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1564888 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley
2014-02-05 19:22:16 +00:00
parent 094ed4d3a3
commit 69208a61cf

View File

@@ -375,8 +375,7 @@ under the License.
<goal>verify</goal> <goal>verify</goal>
</goals> </goals>
<configuration> <configuration>
<!-- Temporary hack to ensure test order is predictable so can compare local runs with Continuum easily --> <runOrder>${failsafe.runorder}}</runOrder>
<runOrder>alphabetical</runOrder>
<includes> <includes>
<include>**/*TestCase.java</include> <include>**/*TestCase.java</include>
</includes> </includes>
@@ -531,7 +530,9 @@ under the License.
<!-- The RC version used in the staging repository URL. --> <!-- The RC version used in the staging repository URL. -->
<commons.rc.version>RC2</commons.rc.version> <commons.rc.version>RC2</commons.rc.version>
<commons.surefire.version>2.12</commons.surefire.version> <commons.surefire.version>2.12</commons.surefire.version>
<skipSurefireReport>true</skipSurefireReport> <skipSurefireReport>true</skipSurefireReport>
<!-- Allow default test run order to be changed -->
<failsafe.runorder>filesystem</failsafe.runorder>
<commons.osgi.import> <commons.osgi.import>
javax.servlet;version="[2.1.0, 3.0.0)";resolution:=optional, javax.servlet;version="[2.1.0, 3.0.0)";resolution:=optional,