werken 2002/06/26 12:16:03
Modified: src/templates/build/plugins/test plugin.jelly
Log:
Still working with junit.
Revision Changes Path
1.6 +1 -1
jakarta-turbine-maven/src/templates/build/plugins/test/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/templates/build/plugins/test/plugin.jelly,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plugin.jelly 26 Jun 2002 19:13:26 -0000 1.5
+++ plugin.jelly 26 Jun 2002 19:16:03 -0000 1.6
@@ -58,7 +58,7 @@
</junit>
<echo message="fail: ${maven.test.failure}"/>
- <j:if test="${maven.test.failure}.equals('true')">
+ <j:if test="${maven.test.failure}">
<fail message="There were test failures."/>
</j:if>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>