Skip to content

Commit

Permalink
Don't depend on source files being utf8 for test to work
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@464977 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Gagravarr committed Oct 17, 2006
1 parent 353eafd commit 966759c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -82,7 +82,7 @@ public void testWithShortTextPropData() throws Exception {
"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);
Expand Down

0 comments on commit 966759c

Please sign in to comment.