Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xm-sportstest
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiamai-test
xm-sportstest
Commits
49d50b71
Commit
49d50b71
authored
Nov 06, 2024
by
DuJunLi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉打印
parent
84829639
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/main/java/com/xiaomai/cases/polar/schedule/group/TestSaveShareScheduleConfig.java
+0
-3
No files found.
src/main/java/com/xiaomai/cases/polar/schedule/group/TestSaveShareScheduleConfig.java
View file @
49d50b71
...
...
@@ -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"
,
"课程表"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment