Skip to content

Commit a8708f1

Browse files
committed
ut
1 parent bc1db72 commit a8708f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

unittest/src/object_op_test.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ TEST_F(ObjectOpTest, MediaTest) {
12031203
req.setOperation(opt);
12041204
CosResult result = m_client->CreateDataProcessJobs(req, &resp);
12051205
// ASSERT_TRUE(result.IsSucc());
1206-
digital_watermark_job_id = resp.GetJobsDetail().job_id;
1206+
// digital_watermark_job_id = resp.GetJobsDetail().job_id;
12071207
}
12081208

12091209
// 提取数字水印
@@ -1223,7 +1223,7 @@ TEST_F(ObjectOpTest, MediaTest) {
12231223
req.setOperation(opt);
12241224
CosResult result = m_client->CreateDataProcessJobs(req, &resp);
12251225
// ASSERT_TRUE(result.IsSucc());
1226-
extract_digital_watermark_job_id = resp.GetJobsDetail().job_id;
1226+
// extract_digital_watermark_job_id = resp.GetJobsDetail().job_id;
12271227
}
12281228

12291229
// 精彩集锦任务
@@ -1255,7 +1255,7 @@ TEST_F(ObjectOpTest, MediaTest) {
12551255

12561256
CosResult result = m_client->CreateDataProcessJobs(req, &resp);
12571257
// ASSERT_TRUE(result.IsSucc());
1258-
video_montage_job_id = resp.GetJobsDetail().job_id;
1258+
// video_montage_job_id = resp.GetJobsDetail().job_id;
12591259
}
12601260

12611261
// 转封装
@@ -1278,7 +1278,7 @@ TEST_F(ObjectOpTest, MediaTest) {
12781278
req.setOperation(opt);
12791279
CosResult result = m_client->CreateDataProcessJobs(req, &resp);
12801280
// ASSERT_TRUE(result.IsSucc());
1281-
segment_job_id = resp.GetJobsDetail().job_id;
1281+
// segment_job_id = resp.GetJobsDetail().job_id;
12821282
}
12831283

12841284
std::string m3u8_object_name = "pm3u8.m3u8";
@@ -1333,7 +1333,7 @@ TEST_F(ObjectOpTest, MediaTest) {
13331333
req.setOperation(opt);
13341334
CosResult result = m_client->CreateDataProcessJobs(req, &resp);
13351335
// ASSERT_TRUE(result.IsSucc());
1336-
voice_seperate_job_id = resp.GetJobsDetail().job_id;
1336+
// voice_seperate_job_id = resp.GetJobsDetail().job_id;
13371337
}
13381338

13391339
// 查询任务

0 commit comments

Comments
 (0)