* adjust for create bug from case.

This commit is contained in:
wangyidong
2017-03-21 16:53:55 +08:00
parent 323308d105
commit 7de75f5fc1
6 changed files with 38 additions and 24 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
$step->id = 0;
$step->parent = 0;
$step->case = $run->case->id;
$step->type = 'item';
$step->type = 'step';
$step->desc = '';
$step->expect = '';
$run->case->steps[] = $step;