Mauro Talevi commented on Bug JBEHAVE-812

This may happen if the object in the OutcomesTable is a Date. Freemarker does not have a default way of handling it.

Can you provide an example of the data that caused the error.

Workaround is create Outcomes using their String representation, e.g.

new Outcome("A date", new SimpleDateFormat("dd/MM/YYYY").format(new Date()), equalTo("01/01/2011"))
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to