*[task#130410,done,0.1h] Add ui test files of fix the error code

This commit is contained in:
sunxiaoqi
2024-10-18 08:51:41 +08:00
committed by 李阳
parent 6d603aec67
commit db6bee75fa
+2 -2
View File
@@ -7,7 +7,7 @@ title=创建数据结构测试
timeout=0
cid=0
- 创建数据结构成功
- 创建数据结构
- 测试结果 @创建数据结构成功
- 最终测试状态 @SUCCESS
@@ -30,4 +30,4 @@ $tester->login();
$dataStruct = new stdClass();
$dataStruct->name = '数据结构A';
r($tester->createStruct($dataStruct)) && p('message,status') && e('创建数据结构成功,SUCCESS'); //创建数据结构
r($tester->createStruct($dataStruct)) && p('message,status') && e('创建数据结构成功,SUCCESS'); //创建数据结构