提交 9522c60f 编写于 作者: C Christoph Kutzinski

close PrintStream

上级 108acebd
......@@ -20,6 +20,7 @@ public class ReopenableRotatingFileOutputStreamTest extends TestCase {
os.rewind();
}
w.println("Content5");
w.close();
assertEquals("Content5", new FilePath(base).readToString().trim());
assertEquals("Content4", new FilePath(new File(base.getPath() + ".1")).readToString().trim());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册