* Add switchDB by tests.
This commit is contained in:
Regular → Executable
+7
-1
@@ -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'); // 传入任务数组,返回计算后的进度
|
||||
Reference in New Issue
Block a user