From 8f62ac2a642e2b6c0abccb988aa774a0aafde3a7 Mon Sep 17 00:00:00 2001 From: Chris Ge Date: Tue, 25 Jun 2024 10:13:58 -0400 Subject: [PATCH] Trying with args... --- cls/TestCoverage/Manager.cls | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cls/TestCoverage/Manager.cls b/cls/TestCoverage/Manager.cls index 033781e..4d6b248 100644 --- a/cls/TestCoverage/Manager.cls +++ b/cls/TestCoverage/Manager.cls @@ -178,11 +178,10 @@ Method CoverageTargetsSet(%value) As %Status [ Internal, Private ] Quit $$$OK } -Method LogAssert(success, action, description, extra, location) +Method LogAssert(success, action, description, extra, args...) { set ^IRIS.TEMPCG($i(^IRIS.TEMPCG)) = "We're in LogAssert" - set ^IRIS.TEMPCG($i(^IRIS.TEMPCG)) = $lb(success, action, description, extra, $g(location)) - do ##super(.success, .action, .description, .extra, .location) + do ##super(.success, .action, .description, .extra, args...) if (..InteroperabilityProcesses) { // Collect the list of PIDs used by Interoperability processes in the current namespace // Run unit tests collecting coverage in that specific list of processes (plus the current process)