diff --git a/test/data/product.yaml b/test/data/product.yaml index f81a3fad99..96d3499070 100644 --- a/test/data/product.yaml +++ b/test/data/product.yaml @@ -7,7 +7,7 @@ fields: range: 1-1000 - field: program note: "所属项目集" - range: 1-40{3!},0{60} + range: 1-40{3!},0{60},1{5},0{5} - field: name note: "产品名称" #fields: @@ -17,7 +17,7 @@ fields: # range: 1-1000 fields: - field: name1 - range: 正常产品{40},多分支产品{40},多平台产品{40},独立产品{60} + range: 正常产品{40},多分支产品{40},多平台产品{40},独立产品{60},[@#$%%&&*测试名称长度能有多长并且包含特殊字符的一个长长的字符串()!@#¥%……&*]{10} - field: name2 range: 1-1000 - field: code @@ -29,10 +29,10 @@ fields: range: 0 - field: type note: "产品类型" - range: normal{40},branch{40},platform{40},normal{20},branch{20},platform{20} + range: normal{40},branch{40},platform{40},normal{20},branch{20},platform{20},normal{10} - field: status note: "状态" - range: normal{20},closed{20},normal{20},closed{20},normal{20},closed{20},normal{10},closed{10},normal{10},closed{10},normal{10},closed{10} + range: normal{20},closed{20},normal{20},closed{20},normal{20},closed{20},normal{10},closed{10},normal{10},closed{10},normal{10},closed{10},normal{10} - field: subStatus note: "子状态" range: 0 @@ -66,10 +66,10 @@ fields: range: 0 - field: acl note: "访问控制" - range: open{10},private{10},open{10},private{10},open{10},private{10},open{10},private{10},open{10},private{10},open{10},private{10},open{5},private{5},open{5},private{5},open{5},private{5},open{5},private{5},open{5},private{5},open{5},private{5} + range: open{10},private{10},open{10},private{10},open{10},private{10},open{10},private{10},open{10},private{10},open{10},private{10},open{5},private{5},open{5},private{5},open{5},private{5},open{5},private{5},open{5},private{5},open{5},private{5},open{10} - field: whitelist note: "分组白名单" - range: []{15},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{5},[]{15},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{5},[]{15},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{5},[]{15},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{5},[]{15},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{5},[]{15},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{5},[]{7},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{3},[]{7},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{3},[]{7},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{3},[]{7},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{3},[]{7},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{3},[]{7},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{3} + range: []{15},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{5},[]{15},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{5},[]{15},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{5},[]{15},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{5},[]{15},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{5},[]{15},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{5},[]{7},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{3},[]{7},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{3},[]{7},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{3},[]{7},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{3},[]{7},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{3},[]{7},`,test1,dev1,pm1,td1,pd2,qd2,top1,others1`{3},[]{10} - field: createdBy note: "创建者" from: user.yaml diff --git a/test/data/zentao/config.php b/test/data/zentao/config.php index ad2b812900..b6937c516b 100644 --- a/test/data/zentao/config.php +++ b/test/data/zentao/config.php @@ -16,7 +16,7 @@ $builder->deptGrade3 = array('rows' => 10, 'data' => array('dept', 'deptgrade3') $builder->company = array('rows' => 1, 'data' => array('company')); $builder->user = array('rows' => 350, 'data' => array('user')); $builder->usergroup = array('rows' => 349, 'data' => array('usergroup')); -$builder->product = array('rows' => 180, 'data' => array('product')); +$builder->product = array('rows' => 190, 'data' => array('product')); $builder->branch = array('rows' => 160, 'data' => array('branch')); $builder->blockDefault = array('rows' => 150, 'data' => array('blockdefault'));