mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Don't depend on source files being utf8 for test to work
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@464977 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
50625c7196
commit
1915cb2a10
@ -82,7 +82,7 @@ public class TestSheetText extends TestCase {
|
||||
"Can they co-exist?\n\n" +
|
||||
"Gay Harley\n" +
|
||||
"Clean Development Alliance\n" +
|
||||
"COP 11 – MOP 1\n" +
|
||||
"COP 11 \u2013 MOP 1\n" + // special long hyphon
|
||||
"December 5, 2005\n";
|
||||
|
||||
assertEquals(1, s.getTextRuns().length);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user