* finish the task #620.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-11-18 07:39:23 +00:00
parent 901bf26448
commit 0f39d0dfcd
4 changed files with 5 additions and 3 deletions
+1 -2
View File
@@ -160,7 +160,7 @@ class testcase extends control
* @access public
* @return void
*/
public function create($productID, $moduleID = 0, $from = '', $param = 0)
public function create($productID, $moduleID = 0, $from = '', $param = 0, $storyID = 0)
{
$testcaseID = $from == 'testcase' ? $param : 0;
$bugID = $from == 'bug' ? $param : 0;
@@ -187,7 +187,6 @@ class testcase extends control
$type = 'feature';
$stage = '';
$pri = 0;
$storyID = 0;
$title = '';
$precondition = '';
$keywords = '';