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:
Andreas Beeker 2014-12-12 00:06:15 +00:00
parent f3e4795275
commit dbfabda346
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ public class TestDecryptor {
zin.skip(zin.available());
}
}
zin.close();
}
@Test