From db6bee75fa3522c7f55cf58eb3d7b30c0c585f05 Mon Sep 17 00:00:00 2001 From: sunxiaoqi Date: Thu, 17 Oct 2024 17:03:32 +0000 Subject: [PATCH] *[task#130410,done,0.1h] Add ui test files of fix the error code --- module/api/test/ui/createstruct.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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