* Modify unit test of bugModel::createBuild.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
include dirname(__FILE__, 5) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 2) . '/bug.class.php';
|
||||
|
||||
zdTable('project')->config('project_createbuild')->gen(2);
|
||||
zdTable('project')->config('project_createbuild')->gen(20);
|
||||
zdTable('bug')->config('bug_createbuild')->gen(10);
|
||||
zdTable('user')->gen(1);
|
||||
zdTable('build')->gen(1);
|
||||
|
||||
@@ -3,6 +3,8 @@ title: zt_project
|
||||
author: Mengyi Liu
|
||||
version: "1.0"
|
||||
fields:
|
||||
- field: project
|
||||
range: 1
|
||||
- field: model
|
||||
range: "[]"
|
||||
- field: type
|
||||
|
||||
Reference in New Issue
Block a user