Merge branch 'autotest_ly' into 'master'
add storyreview data See merge request easycorp/zentaopms!2500
This commit is contained in:
@@ -24,6 +24,14 @@ class buildTest
|
||||
return $objects;
|
||||
}
|
||||
|
||||
/**
|
||||
* function getByList test by build
|
||||
*
|
||||
* @param array $idList
|
||||
* @param string $count
|
||||
* @access public
|
||||
* @return array
|
||||
*/
|
||||
public function getByListTest($idList, $count)
|
||||
{
|
||||
$objects = $this->objectModel->getByList($idList);
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
title: table zt_storyreview
|
||||
desc: ""
|
||||
author: automated export
|
||||
version: "1.0"
|
||||
fields:
|
||||
- field: story
|
||||
range: 301-400
|
||||
- field: version
|
||||
range: "1"
|
||||
- field: reviewer
|
||||
range: admin{50},dev3{50}
|
||||
- field: result
|
||||
range: ""
|
||||
- field: reviewDate
|
||||
range: ""
|
||||
@@ -18,6 +18,7 @@ $builder->sprint = array('rows' => 600, 'extends' => array('project', 'ex
|
||||
|
||||
$builder->story = array('rows' => 400, 'extends' => array('story'));
|
||||
$builder->childstory = array('rows' => 50, 'extends' => array('story','childstory'));
|
||||
$builder->storyreview = array('rows' => 100, 'extends' => array('storyreview'));
|
||||
$builder->storymodule = array('rows' => 800, 'extends' => array('module','storymodule'));
|
||||
$builder->storyplan = array('rows' => 400, 'extends' => array('planstory'));
|
||||
$builder->storyspec = array('rows' => 80, 'extends' => array('storyspec'));
|
||||
|
||||
Reference in New Issue
Block a user