* Batch replacement of zdtable class.
This commit is contained in:
@@ -19,9 +19,9 @@ $bug->confirmed->range('0,1,1,0');
|
||||
$bug->resolution->range('postponed,fixed');
|
||||
$bug->gen(50);
|
||||
|
||||
zdtable('story')->loadYaml('storyconfirm')->gen(50);
|
||||
zendata('story')->loadYaml('storyconfirm')->gen(50);
|
||||
|
||||
zdtable('user')->gen(1);
|
||||
zendata('user')->gen(1);
|
||||
|
||||
su('admin');
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ $buildTable = zenData('build');
|
||||
$buildTable->execution->range('101-110');
|
||||
$buildTable->gen(20);
|
||||
|
||||
$issuetable = zdtable('issue');
|
||||
$issuetable = zendata('issue');
|
||||
$issuetable->project->range('11, 60, 61, 100');
|
||||
$issuetable->gen(20);
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ $buildTable = zenData('build');
|
||||
$buildTable->execution->range('101-110');
|
||||
$buildTable->gen(20);
|
||||
|
||||
$issuetable = zdtable('issue');
|
||||
$issuetable = zendata('issue');
|
||||
$issuetable->project->range('11, 60, 61, 100');
|
||||
$issuetable->gen(20);
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ $projectstoryTable = zenData('projectstory');
|
||||
$projectstoryTable->project->range('11, 60, 61, 100');
|
||||
$projectstoryTable->gen(20);
|
||||
|
||||
$issuetable = zdtable('issue');
|
||||
$issuetable = zendata('issue');
|
||||
$issuetable->project->range('11, 60, 61, 100');
|
||||
$issuetable->gen(20);
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('bug')->loadYaml('bug_repo', true, 4)->gen(10);
|
||||
zendata('repo')->loadYaml('repo', true, 4)->gen(10);
|
||||
|
||||
@@ -14,7 +14,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('bug')->loadYaml('bug_repo', true, 4)->gen(10);
|
||||
zendata('repo')->loadYaml('repo', true, 4)->gen(10);
|
||||
|
||||
@@ -13,7 +13,7 @@ cid=1
|
||||
*/
|
||||
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('bug')->loadYaml('bug_repo', true, 4)->gen(15);
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
*/
|
||||
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('repo')->loadYaml('repo', true, 4)->gen(100);
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
*/
|
||||
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('repo')->loadYaml('repo', true, 4)->gen(10);
|
||||
zendata('mr')->loadYaml('mr', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project_status', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('execution', true, 4)->gen(20, false);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project_status', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('execution', true, 4)->gen(20, false);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project_status', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('execution', true, 4)->gen(20, false);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project_status', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('execution', true, 4)->gen(20, false);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('project_type', true, 4)->gen(100);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('project_type', true, 4)->gen(100);
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project_status', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('execution', true, 4)->gen(20, false);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('project_type', true, 4)->gen(100);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('project_type', true, 4)->gen(100);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project_status', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('execution', true, 4)->gen(20, false);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('project_type', true, 4)->gen(100);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('project_type', true, 4)->gen(100);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project_status', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('execution', true, 4)->gen(20, false);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project_status', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('execution', true, 4)->gen(20, false);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('project_type', true, 4)->gen(100);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('story')->loadYaml('story_status', true, 4)->gen(1000);
|
||||
|
||||
@@ -16,7 +16,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('story')->loadYaml('story_stage_closedreason', true, 4)->gen(3000);
|
||||
|
||||
@@ -17,7 +17,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('bug')->loadYaml('bug_resolution_status', true, 4)->gen(3000);
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('bug')->loadYaml('bug_resolution_status', true, 4)->gen(2000);
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('story')->loadYaml('story_projected', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('bug')->loadYaml('bug_resolution_status', true, 4)->gen(1000);
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('feedback')->loadYaml('feedback', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('story')->loadYaml('story_status', true, 4)->gen(1000);
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('bug')->loadYaml('bug_resolution_status', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('case')->loadYaml('case', true, 4)->gen(800);
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('bug')->loadYaml('bug_resolution_status', true, 4)->gen(1000);
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('feedback')->loadYaml('feedback', true, 4)->gen(1000);
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('productplan')->loadYaml('productplan', true, 4)->gen(1000);
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('release')->loadYaml('release', true, 4)->gen(1000);
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('story')->loadYaml('story_type', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('story')->loadYaml('story_type', true, 4)->gen(1000);
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('story')->loadYaml('story_stage_closedreason', true, 4)->gen(2000);
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('productplan')->loadYaml('productplan', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('story')->loadYaml('story_status_closedreason', true, 4)->gen(1000);
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('bug')->loadYaml('bug_resolution_status', true, 4)->gen(1000);
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('bug')->loadYaml('bug', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('case')->loadYaml('case', true, 4)->gen(800);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('story')->loadYaml('story_stage_closedreason', true, 4)->gen(2000);
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('bug')->loadYaml('bug_resolution_status', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('bug')->loadYaml('bug_resolution_status', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('bug')->loadYaml('bug_resolution_status', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('story')->loadYaml('story_stage_closedreason', true, 4)->gen(2000);
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('story')->loadYaml('story_stage_closedreason', true, 4)->gen(2000);
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('bug')->loadYaml('bug_resolution_status', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('feedback')->loadYaml('feedback', true, 4)->gen(1000);
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
|
||||
@@ -14,7 +14,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('story')->loadYaml('story_stage_closedreason', true, 4)->gen(2000);
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('bug')->loadYaml('bug_resolution_status', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('story')->loadYaml('story_status_closedreason', true, 4)->gen(2000);
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
|
||||
@@ -14,7 +14,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('bug')->loadYaml('bug_resolution_status', true, 4)->gen(1000);
|
||||
|
||||
@@ -16,7 +16,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('story')->loadYaml('story_status', true, 4)->gen(1000);
|
||||
|
||||
@@ -14,7 +14,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('bug')->loadYaml('bug_resolution_status', true, 4)->gen(1000);
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('release')->loadYaml('release', true, 4)->gen(1000);
|
||||
|
||||
@@ -16,7 +16,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('story')->loadYaml('story_status', true, 4)->gen(1000);
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('story')->loadYaml('story_stage_closedreason', true, 4)->gen(2000);
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('story')->loadYaml('story_status', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('bug')->loadYaml('bug_resolution_status', true, 4)->gen(1000);
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('productplan')->loadYaml('productplan', true, 4)->gen(1000);
|
||||
|
||||
@@ -11,7 +11,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('project', true, 4)->gen(10);
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('story')->loadYaml('story_status_closedreason', true, 4)->gen(1000);
|
||||
|
||||
@@ -14,7 +14,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('release')->loadYaml('release', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('story')->loadYaml('story_type', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('bug')->loadYaml('bug_severity', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('bug')->loadYaml('bug_severity', true, 4)->gen(1000);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('bug')->loadYaml('bug_severity', true, 4)->gen(1000);
|
||||
|
||||
@@ -16,7 +16,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('story')->gen(100);
|
||||
zendata('product')->gen(100);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('story')->loadYaml('story_stage_closedreason', true, 4)->gen(2000);
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('story')->gen(100);
|
||||
zendata('product')->gen(100);
|
||||
|
||||
@@ -16,7 +16,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('story')->loadYaml('story_stage_closedreason', true, 4)->gen(3000);
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('story')->loadYaml('story_stage_closedreason', true, 4)->gen(2000);
|
||||
|
||||
@@ -17,7 +17,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('story')->loadYaml('story_stage_closedreason', true, 4)->gen(2000);
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('story')->loadYaml('story_stage_closedreason', true, 4)->gen(2000);
|
||||
|
||||
@@ -14,7 +14,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('story')->loadYaml('story_stage_closedreason', true, 4)->gen(2000);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('waterfall', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('stage', true, 4)->gen(40, false);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('sprint', true, 4)->gen(40, false);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project_status', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('execution', true, 4)->gen(20, false);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('sprint', true, 4)->gen(40, false);
|
||||
|
||||
@@ -16,7 +16,7 @@ cid=1
|
||||
*/
|
||||
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project_status', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('execution', true, 4)->gen(20, false);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('waterfall', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('stage', true, 4)->gen(40, false);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project_status', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('execution', true, 4)->gen(20, false);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('waterfall', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('stage', true, 4)->gen(40, false);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('waterfall', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('stage', true, 4)->gen(40, false);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project_status', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('execution', true, 4)->gen(20, false);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('project_close', true, 4)->gen(10);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('waterfall', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('stage', true, 4)->gen(40, false);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project_close', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('execution', true, 4)->gen(1000, false);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('project_close', true, 4)->gen(10);
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project_close', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('execution', true, 4)->gen(1000, false);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('project_close', true, 4)->gen(10);
|
||||
|
||||
@@ -15,7 +15,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project_status', true, 4)->gen(10);
|
||||
zendata('product')->loadYaml('product_shadow', true, 4)->gen(10);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('product')->loadYaml('product', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('project_close', true, 4)->gen(10);
|
||||
|
||||
@@ -12,7 +12,7 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 7) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.class.php';
|
||||
include dirname(__FILE__, 4) . '/lib/calc.unittest.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project_close', true, 4)->gen(10);
|
||||
zendata('project')->loadYaml('execution', true, 4)->gen(1000, false);
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user