Author: onealj
Date: Thu Oct 20 02:05:42 2016
New Revision: 1765737

URL: http://svn.apache.org/viewvc?rev=1765737&view=rev
Log:
close resource

Modified:
    
poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf/TestReWriteSanity.java

Modified: 
poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf/TestReWriteSanity.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf/TestReWriteSanity.java?rev=1765737&r1=1765736&r2=1765737&view=diff
==============================================================================
--- 
poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf/TestReWriteSanity.java 
(original)
+++ 
poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf/TestReWriteSanity.java 
Thu Oct 20 02:05:42 2016
@@ -96,5 +96,7 @@ public final class TestReWriteSanity ext
                CurrentUserAtom cua = wss.getCurrentUserAtom();
                int listedUEPos = (int)cua.getCurrentEditOffset();
                assertEquals(lastUEPos,listedUEPos);
+               
+               wss.close();
        }
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org
For additional commands, e-mail: commits-h...@poi.apache.org

Reply via email to