Contributed by: Yana Kadiyska. Fix CR LF test


git-svn-id: https://svn.apache.org/repos/asf/xmlbeans/trunk@110815 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/v2/test/src/misc/checkin/RichParserTests.java b/v2/test/src/misc/checkin/RichParserTests.java
index 37fb03c..2502361 100755
--- a/v2/test/src/misc/checkin/RichParserTests.java
+++ b/v2/test/src/misc/checkin/RichParserTests.java
@@ -45,6 +45,7 @@
 import tools.util.*;
 
 
+
 /**
  * Author: Cezar Andrei (cezar.andrei at bea.com)
  * Date: Nov 19, 2003
@@ -81,8 +82,8 @@
         }
     }
 
-    private static final String[] strings = {"    this is a long string  ... in attribute  ",
-                                             "    this is a long string\n\n... in text  "};
+    private static final String[] strings = {"    this is a long string ... in attribute  ",
+                                             "    this is a long string\n... in text  "};
     private static int stringsIdx = 0;
     private static final int[] ints = {5, -6, 15, 7, 2147483647, -2147483648, 5, -6, 15, 7, 2147483647, -2147483648};
     private static int intsIdx = 0;