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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user