Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
szpt
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
以墨为白
szpt
Commits
9f27f944
Commit
9f27f944
authored
Jan 10, 2025
by
夏敏伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试任务完成情况删除功能
parent
011ebb60
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/test/java/com/zksy/szpt/MainTest.java
src/test/java/com/zksy/szpt/MainTest.java
+2
-2
No files found.
src/test/java/com/zksy/szpt/MainTest.java
View file @
9f27f944
...
@@ -195,7 +195,6 @@ public class MainTest {
...
@@ -195,7 +195,6 @@ public class MainTest {
public
void
testdelete
()
{
public
void
testdelete
()
{
List
<
String
>
ids
=
new
ArrayList
<>();
List
<
String
>
ids
=
new
ArrayList
<>();
ids
.
add
(
"12345678"
);
ids
.
add
(
"12345678"
);
ids
.
add
(
"123456785"
);
CommonDelParamDTO
dto
=
new
CommonDelParamDTO
();
CommonDelParamDTO
dto
=
new
CommonDelParamDTO
();
dto
.
setIds
(
ids
);
dto
.
setIds
(
ids
);
// String url="xxShxxyDw/delete";
// String url="xxShxxyDw/delete";
...
@@ -203,7 +202,8 @@ public class MainTest {
...
@@ -203,7 +202,8 @@ public class MainTest {
// String url="xxYjdwdm/delete";
// String url="xxYjdwdm/delete";
// String url="xxYjrw/delete";
// String url="xxYjrw/delete";
// String url="xxZhjfbg/delete";
// String url="xxZhjfbg/delete";
String
url
=
"xxZhxx/delete"
;
// String url = "xxZhxx/delete";
String
url
=
"index/deleteXxRwwcqk"
;
TestHttpUtil
.
signatureAndRequest
(
"/rest/"
+
url
,
dto
,
CommonDelParamDTO
.
class
);
TestHttpUtil
.
signatureAndRequest
(
"/rest/"
+
url
,
dto
,
CommonDelParamDTO
.
class
);
}
}
...
...
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