close resource

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765737 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-10-20 02:05:42 +00:00
parent 96d35e0b8e
commit 107d44c48e
1 changed files with 2 additions and 0 deletions

View File

@ -96,5 +96,7 @@ public final class TestReWriteSanity extends TestCase {
CurrentUserAtom cua = wss.getCurrentUserAtom();
int listedUEPos = (int)cua.getCurrentEditOffset();
assertEquals(lastUEPos,listedUEPos);
wss.close();
}
}