2 Replies Latest reply on Apr 17, 2009 7:58 AM by tom.baeyens

    newlines in mail test

    tom.baeyens

      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.