Author: bodewig
Date: Sat Aug 26 11:50:56 2006
New Revision: 437206
URL: http://svn.apache.org/viewvc?rev=437206&view=rev
Log:
whitespace
Modified:
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/AntUnit.java
Modified: ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/AntUnit.java
URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/AntUnit.java?rev=437206&r1=437205&r2=437206&view=diff
==============================================================================
--- ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/AntUnit.java (original)
+++ ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/AntUnit.java Sat Aug 26 11:50:56
2006
@@ -164,10 +164,12 @@
getProject().setNewProperty(errorProperty, "true");
}
if (failOnError) {
- throw new BuildException(ERROR_TESTS_FAILED
- + failures + " failure" + (failures != 1 ? "s" : "")
- + " and "
- + errors + " error" + (errors != 1 ? "s" : ""));
+ throw new BuildException(ERROR_TESTS_FAILED
+ + failures + " failure"
+ + (failures != 1 ? "s" : "")
+ + " and "
+ + errors + " error"
+ + (errors != 1 ? "s" : ""));
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|