Integration tests issue ftl error messages
------------------------------------------
Key: MAGNOLIA-4036
URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-4036
Project: Magnolia
Issue Type: Bug
Security Level: Public
Components: integration tests
Affects Versions: 4.5
Reporter: Federico Grilli
Assignee: Federico Grilli
Priority: Major
Fix For: 4.5.1
Since we completely removed {{templating-compatibility}} dependency integration
tests are issuing several messages of this kind
{code}
[INFO] [talledLocalContainer] 2012-03-09 16:26:27,589 ERROR freemarker.runtime
: Template processing error: "Expression mgnl is
undefined on line 7, column 11 in templates/test/templating_test.ftl."
[INFO] [talledLocalContainer]
[INFO] [talledLocalContainer] Expression mgnl is undefined on line 7, column 11
in templates/test/templating_test.ftl.
[INFO] [talledLocalContainer] The problematic instruction:
[INFO] [talledLocalContainer] ----------
[INFO] [talledLocalContainer] ==> ${mgnl.editMode?string('indeed', 'not')} [on
line 7, column 9 in templates/test/templating_test.ftl]
[INFO] [talledLocalContainer] ----------
[INFO] [talledLocalContainer]
[INFO] [talledLocalContainer] Java backtrace for programmers:
[INFO] [talledLocalContainer] ----------
[INFO] [talledLocalContainer] freemarker.core.InvalidReferenceException:
Expression mgnl is undefined on line 7, column 11 in
templates/test/templating_test.ftl.
{code}
this should be solvable by removing the scope {{provided}} from
{{templating-compatibility}} in /magnolia-integration-tests-framework/pom.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------