[ 
http://issues.apache.org/jira/browse/JELLY-204?page=comments#action_12373218 ] 

Felipe Leme commented on JELLY-204:
-----------------------------------

Fixed (thanks to the new 'one Jakarta Karma to rule them all' policy :-), but I 
don't have the permissions to close the Jira issue....


> [junit][PATCH] Better error messages when assertEquals fails
> ------------------------------------------------------------
>
>          Key: JELLY-204
>          URL: http://issues.apache.org/jira/browse/JELLY-204
>      Project: jelly
>         Type: Improvement

>     Reporter: Felipe Leme
>     Priority: Minor
>  Attachments: JELLY-204
>
> When assertEquals fails, only the JEXL representation of the expression is 
> shown, not the actual/expected values, which makes it hard do diagnosticate 
> what's wrong. For instance:
> Expected expression: 5
> Actual expression: ${oneLineNoNewLine.length().toString()}
> So, I'm sending a patch that would instead show the following (in the example 
> above):
> Expected expression: (5)=(5)
> Actual expression: (${oneLineNoNewLine.length().toString()})=(6)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to