提交 e982cdbc 编写于 作者: Y youyong

check utf-8

上级 30c98487
......@@ -46,7 +46,7 @@ public class FailureAnalyzerStoreTest extends ComponentTestCase {
String parentPath = analyzer.getReportPath();
String pathname = parentPath+analyzer.getFailureFileName(report);
File storeFile = new File(pathname);
Assert.assertEquals("Check file is exist",true, storeFile.exists());
Assert.assertEquals("Check file is exist!",true, storeFile.exists());
String realResult=Files.forIO().readFrom(storeFile, "utf-8");
Assert.assertEquals("Check file content!", report.toString(),realResult);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册