Commit Graph
68 Commits
Author SHA1 Message Date
wangyuting 0e733284b0 * Fix programplan module unit test bug. 2023-12-28 14:24:35 +08:00
dingguodong 5859a354ea * Rename checkTopStage to isTopStage for balance. 2023-09-06 14:37:18 +08:00
zhouxin abdc53f20a * Batch fix illegal comment. 2023-05-25 15:38:56 +08:00
xushenjie 8045d80e5a * Adjust unit test of programplanModel::updateSubStageAttr(). 2023-05-12 08:00:40 +00:00
xushenjie c1f0855950 * Adjust unit test yaml of updateSubStageAttr(). 2023-05-12 07:48:44 +00:00
jukui d08bb6c374 * Modify return type and comment for function. 2023-05-12 10:24:50 +08:00
lanzongjun 11bc376780 * Adjust the specification in the test case. 2023-05-12 10:03:06 +08:00
xushenjie 61b2ce4787 * Adjust comments of programplan.class.php. 2023-05-12 01:50:05 +00:00
jukui 52454e6dad + Add test case for getStageAttribute function. 2023-05-12 09:43:24 +08:00
lanzongjun 1712b0d291 + Add getdataforganttgroupbyassignedto test case. 2023-05-12 09:23:14 +08:00
liuchenglong 3769477d92 * Modify programplan-model getPlans test case. 2023-05-11 13:00:54 +00:00
liuchenglong c0d3bb9271 + Add program-model getPlans yaml. 2023-05-11 13:00:54 +00:00
jukui 4e55a96e8b * Rename checkTopStage function to isTopStage. 2023-05-11 20:57:42 +08:00
jukui 9fb0db2998 * Optimized test case for getstagelist. 2023-05-11 20:32:58 +08:00
jukui 66dce85591 * Rename getStageListBy function to getStageList. 2023-05-11 20:27:36 +08:00
jukui ac8b079305 + Add test case and (projectproduct.yaml) rename for processPlans function. 2023-05-11 19:48:53 +08:00
liuchenglong d846b91688 + Add programplan-model getByID test case. 2023-05-11 11:40:24 +00:00
liuchenglong 6c406345ff + Add programplan-model getByID yaml. 2023-05-11 11:40:24 +00:00
jukui c5e79de2cb + Add test case for procesSplan function. 2023-05-11 18:22:24 +08:00
xushenjie 732ba2bdbd * Adjust unit test of getParentChildrenTypesTest(). 2023-05-11 08:50:51 +00:00
liuchenglong 6d0c4053d2 * Optimize code review finded problems. 2023-05-11 08:40:26 +00:00
jukui 14f8071a8f * Supplement test case for printCell function. 2023-05-11 16:05:31 +08:00
xushenjie 77f44ccc2d * Adjust unit test of programplanModel::isCreateTask(). 2023-05-11 07:55:46 +00:00
xushenjie fb3f2ac779 + Add unit test yaml. 2023-05-11 07:54:51 +00:00
liuchenglong 2bc55ba565 + Add programplan-model setTreePath test case. 2023-05-11 07:29:03 +00:00
jukui a4c9741a50 * Optimized code format. 2023-05-11 15:13:02 +08:00
jukui 6a3799f68b * Modify format for getbylist test case. 2023-05-11 13:33:12 +08:00
jukui d6fddf8eb8 * Modify test case of getByList function. 2023-05-11 13:12:44 +08:00
liuchenglong 5915218b33 + Add model-getMileStoneByProduct & tao-formatMileStones test cases. 2023-05-11 02:08:05 +00:00
liuchenglong 1ac612b683 + Add programplan-getmilestonebyproduct model&dao yaml files. 2023-05-11 02:08:05 +00:00
jukui 2039863f7e * Modify getStage funciton and test case for programplan model. 2023-05-10 20:53:04 +08:00
liuchenglong e74a8a7c9d * Optimize programplan model&tao test case. 2023-05-10 12:07:13 +00:00
liuchenglong 76eede0a67 + Add programplan getParentStageList yaml files. 2023-05-10 12:07:13 +00:00
xushenjie b94d136906 + Add unit test of programplan::isClickable(). 2023-05-10 12:04:50 +00:00
jukui 0db9cbbbb2 * Modify printCell function test case for programplan model. 2023-05-10 19:03:18 +08:00
xushenjie ba25e44144 * Remove unused code. 2023-05-10 10:23:05 +00:00
xushenjie 6f7a27dbc9 * Adjust the unit test of programplanModel::checkNameUnique(). 2023-05-10 10:20:01 +00:00
liuchenglong 105f44fb24 + Add programplan-tao getNewParentAndAction test case. 2023-05-10 09:07:05 +00:00
xushenjie 0d116944a0 * Adjust the unit test of programplan::checkCodeUnique(). 2023-05-10 08:46:30 +00:00
xushenjie 87ed21517c + Add unit test yaml file of programplan::checkCodeUnique(). 2023-05-10 08:38:06 +00:00
liuchenglong 2a9d675376 * Modify programplan-computerprogress test case. 2023-05-10 08:10:30 +00:00
xushenjie 950365afe8 * Replace meaningless with ''. 2023-05-10 07:48:21 +00:00
jukui d173ee8c24 * Modify test case include for programplan model. 2023-05-10 14:48:06 +08:00
xushenjie 18e88973a9 * Adjust unit test of programplan::getMilestones(). 2023-05-10 06:00:57 +00:00
xushenjie 16da0f5d63 * Rename file getmilestones/execution.yaml to getmilestones/stage.yaml. 2023-05-10 05:37:13 +00:00
xushenjie 2852a67074 + Add unit testing yaml data files of programplan::getMilestones(). 2023-05-10 05:33:02 +00:00
jukui 36bd6feb5e + Add getStageListBy function test case for programplan tao. 2023-05-10 09:55:15 +08:00
xushenjie 9e065708e6 * Adjust unit test comments. 2023-05-09 12:06:12 +00:00
jukui 5b55341618 * Modify test case for programplan model. 2023-05-09 18:53:22 +08:00
liuchenglong 52c6a7f661 * Resolve conflict. 2023-05-09 10:49:03 +00:00