* Add auto test of bug.
This commit is contained in:
@@ -9,7 +9,7 @@ title=bugModel->getDataOfBugsPerStatus();
|
||||
cid=1
|
||||
pid=1
|
||||
|
||||
获取状态为active的数据 >> 激活,150
|
||||
获取状态为active的数据 >> 激活,165
|
||||
获取状态为resolved的数据 >> 已解决,90
|
||||
获取状态为closed的数据 >> 已关闭,60
|
||||
|
||||
@@ -17,6 +17,6 @@ pid=1
|
||||
|
||||
|
||||
$bug=new bugTest();
|
||||
r($bug->getDataOfBugsPerStatusTest()) && p('active:name,value') && e('激活,150'); // 获取状态为active的数据
|
||||
r($bug->getDataOfBugsPerStatusTest()) && p('active:name,value') && e('激活,165'); // 获取状态为active的数据
|
||||
r($bug->getDataOfBugsPerStatusTest()) && p('resolved:name,value') && e('已解决,90'); // 获取状态为resolved的数据
|
||||
r($bug->getDataOfBugsPerStatusTest()) && p('closed:name,value') && e('已关闭,60'); // 获取状态为closed的数据
|
||||
|
||||
Reference in New Issue
Block a user