mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
close decrypted stream - test for #57296
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1644796 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ac0cc6c56e
commit
427f7e661a
@ -91,6 +91,8 @@ public class TestDecryptor {
|
||||
zin.skip(zin.available());
|
||||
}
|
||||
}
|
||||
|
||||
zin.close();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user