From 54a30d98680e991b688e9f259da65f36ece1b739 Mon Sep 17 00:00:00 2001 From: liyang <“liyang@easycorp.ltd”> Date: Thu, 24 Mar 2022 13:14:01 +0800 Subject: [PATCH] update storyspec data --- test/data/storyspec.yaml | 4 ++-- test/data/zentao/config.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/data/storyspec.yaml b/test/data/storyspec.yaml index ba6d4ce4c5..f32f3b8be4 100644 --- a/test/data/storyspec.yaml +++ b/test/data/storyspec.yaml @@ -5,14 +5,14 @@ version: "1.0" fields: - field: story note: "需求ID" - range: 1-30 + range: 1-450,1-100,1-20 prefix: "" postfix: "" loop: 0 format: "" - field: version note: "版本" - range: 1{30},2{30},3{20} + range: 1{450},2{100},3{20} prefix: "" postfix: "" loop: 0 diff --git a/test/data/zentao/config.php b/test/data/zentao/config.php index 91754debd0..33ca942007 100644 --- a/test/data/zentao/config.php +++ b/test/data/zentao/config.php @@ -21,7 +21,7 @@ $builder->childstory = array('rows' => 50, 'extends' => array('story','childst $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')); +$builder->storyspec = array('rows' => 570, 'extends' => array('storyspec')); $builder->relation = array('rows' => 12, 'extends' => array('relation')); $builder->task = array('rows' => 600, 'extends' => array('task','task')); $builder->taskmore = array('rows' => 300, 'extends' => array('task','moretask'));