mirror of
https://github.com/apache/poi.git
synced 2025-02-22 10:06:37 +00:00
try to fix test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6deda8eb37
commit
212a7b9655
@ -71,10 +71,10 @@ class TestXSSFBEventBasedExcelExtractor {
|
||||
"Nunc\t999\n";
|
||||
String CHUNK2 =
|
||||
"The quick brown fox jumps over the lazy dog\n" +
|
||||
"hello, xssf hello, xssf\n" +
|
||||
"hello, xssf hello, xssf\n" +
|
||||
"hello, xssf hello, xssf\n" +
|
||||
"hello, xssf hello, xssf\n";
|
||||
"hello, xssf hello, xssf\n" +
|
||||
"hello, xssf hello, xssf\n" +
|
||||
"hello, xssf hello, xssf\n" +
|
||||
"hello, xssf hello, xssf\n";
|
||||
assertEquals(
|
||||
CHUNK1 +
|
||||
"at\t4995\n" +
|
||||
|
Loading…
x
Reference in New Issue
Block a user