Commit 5e42fa90 by zhangying

修改报告报错

parent 1ecf80c8
...@@ -29,7 +29,7 @@ public class TestChangeCourseState extends XMBaseTest { ...@@ -29,7 +29,7 @@ public class TestChangeCourseState extends XMBaseTest {
/** /**
* 测试改变直播课次状态 * 测试改变直播课次状态
*/ */
@Test // @Test
public void testChangeCourseState() { public void testChangeCourseState() {
GetLiveCourseData getLiveCourseData=new GetLiveCourseData(); GetLiveCourseData getLiveCourseData=new GetLiveCourseData();
JSONObject largeClassCourse=getLiveCourseData.createLargeClassLive(); JSONObject largeClassCourse=getLiveCourseData.createLargeClassLive();
...@@ -42,7 +42,6 @@ public class TestChangeCourseState extends XMBaseTest { ...@@ -42,7 +42,6 @@ public class TestChangeCourseState extends XMBaseTest {
jsonObject.put("courseState","STARTING"); jsonObject.put("courseState","STARTING");
xmAppApi.doRequest(RequestType.JSON, params, jsonObject.toJSONString(), headers); xmAppApi.doRequest(RequestType.JSON, params, jsonObject.toJSONString(), headers);
System.out.println(xmAppApi);
JSONObject jsonBody = xmAppApi.getBodyInJSON(); JSONObject jsonBody = xmAppApi.getBodyInJSON();
JSONObject classLiveList = getLiveCourseData.getLargeClassLiveList(); JSONObject classLiveList = getLiveCourseData.getLargeClassLiveList();
......
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