From ede5206f72f87c9636a5fb213eefd867649766ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fournier?= Date: Mon, 31 Aug 2020 06:12:38 +0200 Subject: [PATCH] Remove JSP sort functions in tests Aaa --- .../java/net/sourceforge/pmd/lang/jsp/ast/JspDocStyleTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); }