Commit 49d50b71 by DuJunLi

去掉打印

parent 84829639
......@@ -63,9 +63,6 @@ public class TestSaveShareScheduleConfig extends BaseTestImpl {
//查看配置信息
groupScheduleTools.getShareScheduleConfig();
Assert.assertTrue(shareTitle.equals(XMJSONPath.readPath(dataApi.getApi_response(), "$.result.shareTitle")));
System.out.println("***" + XMJSONPath.getJSONArrayByReadPath(dataApi.getApi_response(), "$.result.showContent").size());
System.out.println("***" + !XMJSONPath.getJSONArrayByReadPath(dataApi.getApi_response(), "$.result.showContent").contains("AREA_NAME"));
Assert.assertTrue(XMJSONPath.getJSONArrayByReadPath(dataApi.getApi_response(), "$.result.showContent").size() == 2 && !XMJSONPath.getJSONArrayByReadPath(dataApi.getApi_response(), "$.result.showContent").contains("COURSE_COLOR"));
//还原配置
configInfo.put("shareTitle", "课程表");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment