You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/10/20 02:05:43 UTC

svn commit: r1765737 - /poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf/TestReWriteSanity.java

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-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org