* 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
+7 -1
View File
@@ -8,6 +8,12 @@ title=测试 programModel::create();
cid=1
pid=1
传入任务数组,返回计算后的总消耗 >> 13
传入任务数组,返回计算后的总预计 >> 15
传入任务数组,返回计算后的总剩余 >> 7
传入任务数组,返回计算后的总工时 >> 20
传入任务数组,返回计算后的进度 >> 65
*/
global $tester;
@@ -42,4 +48,4 @@ r($hours) && p('1:totalConsumed') && e('13'); // 传入任务数组,返回计
r($hours) && p('1:totalEstimate') && e('15'); // 传入任务数组,返回计算后的总预计
r($hours) && p('1:totalLeft') && e('7'); // 传入任务数组,返回计算后的总剩余
r($hours) && p('1:totalReal') && e('20'); // 传入任务数组,返回计算后的总工时
r($hours) && p('1:progress') && e('65'); // 传入任务数组,返回计算后的进度
r($hours) && p('1:progress') && e('65'); // 传入任务数组,返回计算后的进度