* Add auto test.
This commit is contained in:
@@ -10,12 +10,12 @@ title=taskModel->deleteEstimate();
|
||||
cid=1
|
||||
pid=1
|
||||
|
||||
根据estimateID查看预计工时 >> consumed,3,0
|
||||
根据estimateID查看预计工时 >> consumed,3,2
|
||||
|
||||
*/
|
||||
|
||||
$estimateID = '1';
|
||||
|
||||
$task = new taskTest();
|
||||
r($task->deleteEstimateTest($estimateID)) && p('0:field,old,new') && e('consumed,3,0'); // 根据estimateID查看预计工时
|
||||
system("./ztest init");
|
||||
r($task->deleteEstimateTest($estimateID)) && p('0:field,old,new') && e('consumed,3,2'); // 根据estimateID查看预计工时
|
||||
system("./ztest init");
|
||||
|
||||
Reference in New Issue
Block a user