dion 2004/05/05 18:14:20
Modified: plugin plugin.jelly
Log:
Fix comments about expected attributes
Revision Changes Path
1.36 +1 -1 maven-plugins/plugin/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/plugin/plugin.jelly,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- plugin.jelly 28 Apr 2004 03:33:50 -0000 1.35
+++ plugin.jelly 6 May 2004 01:14:20 -0000 1.36
@@ -308,7 +308,7 @@
</define:tag>
<define:tag name="assertEquals">
<!-- @expected : the expected value -->
- <!-- @actual : the actual value -->
+ <!-- @value : the actual value -->
<!-- @msg : optional message to be displayed -->
<j:if test="${not(expected.equals(value))}">
<ant:fail>Expected [${expected}] but got [${value}].${msg}</ant:fail>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]