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:
Nick Burch 2006-10-17 17:52:18 +00:00
parent 353eafdd29
commit 966759c29b
1 changed files with 1 additions and 1 deletions

View File

@ -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);