Author: bodewig
Date: Fri Jul 18 04:19:47 2008
New Revision: 677880
URL: http://svn.apache.org/viewvc?rev=677880&view=rev
Log:
skip test when NUnit is not there
Modified:
ant/antlibs/dotnet/trunk/src/tests/antunit/nunit/nunit-test.xml
Modified: ant/antlibs/dotnet/trunk/src/tests/antunit/nunit/nunit-test.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/antunit/nunit/nunit-test.xml?rev=677880&r1=677879&r2=677880&view=diff
==============================================================================
--- ant/antlibs/dotnet/trunk/src/tests/antunit/nunit/nunit-test.xml (original)
+++ ant/antlibs/dotnet/trunk/src/tests/antunit/nunit/nunit-test.xml Fri Jul 18
04:19:47 2008
@@ -87,7 +87,7 @@
</au:expectfailure>
</target>
- <target name="test-failing-errorproperty" depends="compile-fail">
+ <target name="test-failing-errorproperty" depends="compile-fail"
if="nunit.found">
<dn:nunit errorProperty="nunit.failed">
<testassembly name="${build.dir}/Fail.dll"/>
</dn:nunit>
@@ -98,4 +98,4 @@
<delete dir="${build.dir}"/>
<delete file="TestResult.xml" quiet="true"/>
</target>
-</project>
\ No newline at end of file
+</project>