Author: brett
Date: Thu May 9 00:12:30 2013
New Revision: 1480503
URL: http://svn.apache.org/r1480503
Log:
[NPANDAY-581] switches starting by "/" fails on Linux/Mono
Modified:
incubator/npanday/trunk/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/TesterMojo.java
Modified:
incubator/npanday/trunk/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/TesterMojo.java
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/TesterMojo.java?rev=1480503&r1=1480502&r2=1480503&view=diff
==============================================================================
---
incubator/npanday/trunk/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/TesterMojo.java
(original)
+++
incubator/npanday/trunk/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/TesterMojo.java
Thu May 9 00:12:30 2013
@@ -168,7 +168,7 @@ public class TesterMojo
commands.add( testAssemblyPath + File.separator + getTestFileName() );
- String switchChar = "/";
+ String switchChar = "-";
commands.add( switchChar + "xml:" + nUnitXmlFilePath.getAbsolutePath()
);
commands.add( switchChar + "output:" +
nUnitResultOutputPath.getAbsolutePath() );