* remove the [bug] when create case from bug.

This commit is contained in:
wangchunsheng
2011-10-31 01:47:07 +00:00
parent daf7b4ab80
commit 0dd7c9a428
+1 -1
View File
@@ -215,7 +215,7 @@ class testcase extends control
$type = $bug->type;
$pri = $bug->pri ? $bug->pri : $bug->severity;
$storyID = $bug->story;
$title = "[Bug#$bugID]" . $bug->title;
$title = $bug->title;
$keywords = $bug->keywords;
$steps = $this->testcase->createStepsFromBug($bug->steps);
}