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
353eafdd29
commit
966759c29b
@ -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…
Reference in New Issue
Block a user