mirror of https://github.com/apache/poi.git
close resource
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765737 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f14210b101
commit
7520fcd4fb
|
@ -96,5 +96,7 @@ public final class TestReWriteSanity extends TestCase {
|
|||
CurrentUserAtom cua = wss.getCurrentUserAtom();
|
||||
int listedUEPos = (int)cua.getCurrentEditOffset();
|
||||
assertEquals(lastUEPos,listedUEPos);
|
||||
|
||||
wss.close();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue