Merge pull request #55 from mminella/master

BATCH:1684 - Fixing unit test
This commit is contained in:
Michael Minella
2012-10-08 12:54:12 -07:00

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());