update test: according to file dump, last row char is 85, so end offset is 86, not 87.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1143725 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-07-07 09:25:34 +00:00
parent 4c670a3efe
commit 65787fc1b9

View File

@ -114,7 +114,7 @@ public final class TestProblems extends HWPFTestCase {
assertEquals(0, row._parStart); assertEquals(0, row._parStart);
assertEquals(5, row._parEnd); assertEquals(5, row._parEnd);
assertEquals(0, row.getStartOffset()); assertEquals(0, row.getStartOffset());
assertEquals(87, row.getEndOffset()); assertEquals(86, row.getEndOffset());
// get the first cell // get the first cell