Fix comments about expected attributes

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115192 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2004-05-06 01:14:20 +00:00
parent cd5f49458b
commit ca41ec707d

View File

@@ -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>