Author: lcorneliussen
Date: Thu Jan 5 07:46:24 2012
New Revision: 1227517
URL: http://svn.apache.org/viewvc?rev=1227517&view=rev
Log:
[NPANDAY-370] Build NPanday from sources on OSX/MONO
o Skip tests on !win
Modified:
incubator/npanday/trunk/components/dotnet-executable/src/test/groovy/npanday/executable/execution/CommandExecutorTest.groovy
Modified:
incubator/npanday/trunk/components/dotnet-executable/src/test/groovy/npanday/executable/execution/CommandExecutorTest.groovy
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-executable/src/test/groovy/npanday/executable/execution/CommandExecutorTest.groovy?rev=1227517&r1=1227516&r2=1227517&view=diff
==============================================================================
---
incubator/npanday/trunk/components/dotnet-executable/src/test/groovy/npanday/executable/execution/CommandExecutorTest.groovy
(original)
+++
incubator/npanday/trunk/components/dotnet-executable/src/test/groovy/npanday/executable/execution/CommandExecutorTest.groovy
Thu Jan 5 07:46:24 2012
@@ -248,7 +248,7 @@ public class CommandExecutorTest
private def testArgExpansion(ArrayList<String> args, Map<String, String>
expectedPerHint)
{
if (!isWindows()){
-
+ return;
}
if ( !expectedPerHint.containsKey(cmdHint) )