mirror of https://github.com/apache/poi.git
try to fix test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
33f6381c43
commit
6deda8eb37
|
@ -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\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";
|
"hello, xssf hello, xssf\n";
|
||||||
assertEquals(
|
assertEquals(
|
||||||
CHUNK1 +
|
CHUNK1 +
|
||||||
"at\t4995\n" +
|
"at\t4995\n" +
|
||||||
|
|
Loading…
Reference in New Issue