alejandro,
i changed
assertEquals("<html>\n<strong>rich</strong>
content</html>\n", template.getHtml());
into
assertTextPresent("<strong>rich</strong> content</html>",
template.getHtml());
in some mail test. probably it was the newlines that gave the problem.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226119#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...