diff --git a/pmd-jsp/src/test/java/net/sourceforge/pmd/lang/jsp/ast/JspDocStyleTest.java b/pmd-jsp/src/test/java/net/sourceforge/pmd/lang/jsp/ast/JspDocStyleTest.java index 6b15177307..b3dfb67fae 100644 --- a/pmd-jsp/src/test/java/net/sourceforge/pmd/lang/jsp/ast/JspDocStyleTest.java +++ b/pmd-jsp/src/test/java/net/sourceforge/pmd/lang/jsp/ast/JspDocStyleTest.java @@ -415,7 +415,7 @@ public class JspDocStyleTest extends AbstractJspNodesTst { // in order to ensure that we check the proper attribute attr = iterator.next(); } - assertEquals("Expected to detect proper value for attribute!", "\r\n", attr.getImage()); + assertEquals("Expected to detect proper value for attribute!", "\n", attr.getImage()); }