From 45448fdd69533c8bf2bcbd1518472a4b4cabeebf Mon Sep 17 00:00:00 2001 From: wangyidong Date: Fri, 12 Jul 2019 09:54:29 +0800 Subject: [PATCH] * finish task #5944. --- module/testcase/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/testcase/control.php b/module/testcase/control.php index ce67dde7ab..5f48111f95 100644 --- a/module/testcase/control.php +++ b/module/testcase/control.php @@ -1287,7 +1287,7 @@ class testcase extends control { $row = new stdclass(); $row->module = $module . "(#$moduleID)"; - $row->stepDesc = "1. \n2. \n3. num:" . $num; + $row->stepDesc = "1. \n2. \n3."; $row->stepExpect = "1. \n2. \n3."; if(empty($rows))