From f1a6763e578d1bc43bdec4581da791740f2558a9 Mon Sep 17 00:00:00 2001 From: wangyuting Date: Tue, 27 May 2025 06:24:47 +0000 Subject: [PATCH] * Fix unit test error. --- module/execution/test/model/getsearchtasks.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/execution/test/model/getsearchtasks.php b/module/execution/test/model/getsearchtasks.php index ba9b47087d..6a1de13b6d 100755 --- a/module/execution/test/model/getsearchtasks.php +++ b/module/execution/test/model/getsearchtasks.php @@ -58,6 +58,10 @@ cid=1 */ +global $app; +$app->rawModule = 'execution'; +$app->rawMethod = 'task'; + $condition = array(); $condition[] = "t1.execution = '3' AND t1.deleted = '0' AND t1.parent >= 0"; $condition[] = "t1.type = 'devel' AND t1.fromBug != '0' AND t1.parent >= 0";