提交 2c641b1e 编写于 作者: A ainilife

More debug info

上级 ddce2959
......@@ -44,6 +44,9 @@ public class StateAnalyzerTest extends ComponentTestCase {
}
String expected = Files.forIO().readFrom(getClass().getResourceAsStream("state_analyzer.xml"), "utf-8");
System.out.println(expected);
Assert.assertEquals(expected.replaceAll("\r", ""), report.toString().replaceAll("\r", ""));
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册