BATCH-1684: Added close to unit test

This commit is contained in:
Michael Minella
2012-10-08 14:52:47 -05:00
parent 653772cf04
commit 92e4615a9b

View File

@@ -87,6 +87,7 @@ public class DefaultExecutionContextSerializerTests {
ByteArrayOutputStream out = new ByteArrayOutputStream();
serializer.serialize(m1, out);
out.close();
String s = out.toString();
InputStream in = new ByteArrayInputStream(s.getBytes());