try to fix test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890121 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-05-22 21:31:55 +00:00
parent 3890b7013b
commit db53f9b860
1 changed files with 4 additions and 4 deletions

View File

@ -71,10 +71,10 @@ class TestXSSFBEventBasedExcelExtractor {
"Nunc\t999\n"; "Nunc\t999\n";
String CHUNK2 = String CHUNK2 =
"The quick brown fox jumps over the lazy dog\n" + "The quick brown fox jumps over the lazy dog\n" +
"hello, xssf hello, xssf\n" + "hello, xssf\thello, xssf\n" +
"hello, xssf hello, xssf\n" + "hello, xssf\thello, xssf\n" +
"hello, xssf hello, xssf\n" + "hello, xssf\thello, xssf\n" +
"hello, xssf hello, xssf\n"; "hello, xssf\thello, xssf\n";
assertEquals( assertEquals(
CHUNK1 + CHUNK1 +
"at\t4995\n" + "at\t4995\n" +