diff --git a/module/api/test/ui/createstruct.php b/module/api/test/ui/createstruct.php index adeb2ed9a2..22171037d5 100755 --- a/module/api/test/ui/createstruct.php +++ b/module/api/test/ui/createstruct.php @@ -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'); //创建数据结构 \ No newline at end of file