Commit Graph
78 Commits
Author SHA1 Message Date
wangyidong 37059ca976 * [unittest] Fix program getlistbysearch method. 2025-06-11 09:30:55 +08:00
tianshujie 8df1c1fea7 * [unittest] fix refreshstats error. 2025-06-06 09:28:31 +08:00
tianshujie 0b59c0a35a * [unittest] fix gettopbyid error. 2025-06-06 09:28:31 +08:00
tianshujie 3646c70e93 * [unittest] add comment for getprogramidbyobject. 2025-06-06 09:28:31 +08:00
tianshujie 9cf8887a37 * [unittest] add comment for getkanbanstatisticdata. 2025-06-06 09:28:31 +08:00
tianshujie 5e31a8986b * [unittest] fix getinvolvedprograms error. 2025-06-06 09:28:31 +08:00
tianshujie 9937cc9219 * [unittest] fix activate error. 2025-06-06 09:28:31 +08:00
xieqiyu d821c87482 * [unittest] Modify the unit test of programModel::getTopPairs. 2025-06-05 17:36:01 +08:00
xieqiyu 00a477126b * [unittest] Modify the unit test of programModel::getPairs. 2025-06-05 17:36:00 +08:00
wangyuting db43853887 Merge branch 'dev/task-144776' into release/21.7.2 2025-06-05 09:30:42 +00:00
刘刚 efc9b18858 Merge branch ztflow-sunguangming-release/21.7.2#sunguangming of zentao/zentaopms (#9155) 2025-06-05 17:22:10 +08:00
刘刚 b4df441f50 Merge branch ztflow-tianshujie-release/21.7.2#tianshujie of zentao/zentaopms (#9152) 2025-06-05 17:21:37 +08:00
sunguangming 3ecccaf248 * [unittest] modify unittest. 2025-06-05 08:00:58 +00:00
wangyuting 2ade6c01cc * [task#144776,doing,0.1h,4h] Optimize program updatechilduserview unit test script. 2025-06-05 07:04:41 +00:00
liumengyi 64f1af7795 * [unittest] modify unittest of programModel::refreshProjectStats. 2025-06-05 14:24:54 +08:00
tianshujie 793d787954 * [unittest] fix getbasedatalist error. 2025-06-05 14:24:01 +08:00
tianshujie 4e13646cbe * [unittest] fix close error. 2025-06-05 14:24:01 +08:00
tianshujie c3769895b6 * [unittest] fix batchunlinkstakeholders error. 2025-06-05 14:24:01 +08:00
tianshujie ae035b731d * [unittest] fix batchprocessprogramname error. 2025-06-05 14:24:01 +08:00
liumengyi 461d2a9f96 + [unittest] add unittest results for programModel::getProjectList. 2025-06-05 14:21:55 +08:00
liumengyi f21a8ce9d3 * [unittest] modify unittest of programModel::getList. 2025-06-05 14:20:34 +08:00
tianshujie 891250efee * [unittest] fix activate error. 2025-06-05 11:06:45 +08:00
wangyuting b1beade608 * Add unit test script comment. 2025-05-28 03:23:49 +00:00
wangyuting b465fbd0bc * Add unit test script comment. 2025-05-28 03:17:56 +00:00
liyang 354c300c86 * Modify unit test directory structure and data generation method. 2024-04-22 14:25:50 +08:00
liumengyi acfbbfda1b * Fix bug #42480, refresh project stats after man hour changing. 2024-02-01 13:44:35 +08:00
wangyidong 1bb702aa2a * Fix bug #43251. 2024-01-10 14:31:13 +08:00
sunguangming 608de152c8 * Remove useless code. 2024-01-02 09:23:10 +08:00
sunguangming 35bb1ac050 * Refactor program kanban. 2024-01-02 09:22:08 +08:00
wangyidong 1fcc7cf5f1 * Adjust program unit test. 2023-12-29 10:37:20 +08:00
tianshujie e67ca842a4 + Add data of program::getTopPath unit test. 2023-12-25 09:08:12 +08:00
tianshujie 7aa9814a4a * Fix unit test errors. 2023-11-28 08:43:17 +08:00
tianshujie b1170a138e * Fix unit test errors. 2023-11-27 17:13:35 +08:00
tianshujie 84e49e3de5 + Add program::refreshStats unit test. 2023-11-27 16:30:28 +08:00
朱金勇 8464662c36 - Remove unused code. 2023-11-21 05:16:47 +00:00
朱金勇 d34d07b9bd * hasUnfinishedChildren return bool. 2023-10-13 05:56:13 +00:00
tianshujie faf3ac1388 * Move the function getBaseDataList from tao into the model. 2023-09-20 09:13:01 +08:00
caoyanyi daba59568c * Adjust call funtion param. 2023-09-18 14:02:00 +08:00
tianshujie 17beeaa8bd + Add case for the buildActions and buildProjectActionsMap. 2023-09-18 10:12:50 +08:00
dingguodong 0476710862 * Fix failed test case. 2023-09-18 10:06:09 +08:00
caoyanyi be54bfe409 * Replace YY/MM/DD to YYYY-MM-DD. 2023-09-18 09:54:00 +08:00
tianshujie 5a20f7ee0b * Modify case data. 2023-09-18 08:57:57 +08:00
caoyanyi 1e22228630 * Adjust unit test check rule. 2023-09-15 11:09:25 +08:00
caoyanyi 4de2032028 - Remove unused method and unit test case. 2023-09-15 09:56:57 +08:00
caoyanyi 2440e69c12 - Delete unused unit test file. 2023-09-15 09:56:57 +08:00
caoyanyi b6fe9ae289 - Remove unused method. 2023-09-15 09:49:21 +08:00
caoyanyi 70e61fc3e2 + Add comment and params type. 2023-09-15 09:46:01 +08:00
wangyidong 55c1d808a3 * Rewrite program create page. 2023-09-15 09:01:41 +08:00
tianshujie daf3b3206f * Refactor getStakeholders method and case. 2023-09-14 16:24:38 +08:00
tianshujie b076ee33ed * Add case for the batchUnlinkStakeholders method. 2023-09-14 16:06:38 +08:00