* Add switchDB by tests.

This commit is contained in:
liyang
2022-08-09 14:11:38 +08:00
parent 40ba4c8a9e
commit 3bd5ccc13f
881 changed files with 3058 additions and 1826 deletions
+5 -1
View File
@@ -9,6 +9,10 @@ title=测试 projectModel->computerProgress();
cid=1
pid=1
查看项目11下的所有执行的数量 >> 7
查看计算后的执行工时汇总信息 >> 10,3,10,23.08,13
查看计算后的执行工时汇总信息 >> 1,3,1,75,4
*/
global $tester;
@@ -20,4 +24,4 @@ $executions = $tester->project->computerProgress($executions);
r(count($executions)) && p('') && e('7'); // 查看项目11下的所有执行的数量
r($executions) && p('551:totalEstimate,totalConsumed,totalLeft,progress,totalReal') && e('10,3,10,23.08,13'); // 查看计算后的执行工时汇总信息
r($executions) && p('641:totalEstimate,totalConsumed,totalLeft,progress,totalReal') && e('1,3,1,75,4'); // 查看计算后的执行工时汇总信息
r($executions) && p('641:totalEstimate,totalConsumed,totalLeft,progress,totalReal') && e('1,3,1,75,4'); // 查看计算后的执行工时汇总信息