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
96d35e0b8e
commit
107d44c48e
@ -96,5 +96,7 @@ public final class TestReWriteSanity extends TestCase {
|
|||||||
CurrentUserAtom cua = wss.getCurrentUserAtom();
|
CurrentUserAtom cua = wss.getCurrentUserAtom();
|
||||||
int listedUEPos = (int)cua.getCurrentEditOffset();
|
int listedUEPos = (int)cua.getCurrentEditOffset();
|
||||||
assertEquals(lastUEPos,listedUEPos);
|
assertEquals(lastUEPos,listedUEPos);
|
||||||
|
|
||||||
|
wss.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user