From 4fd1a2865203c5755417517aa4f66e7d4d5b48dc Mon Sep 17 00:00:00 2001 From: Chris Ge Date: Tue, 25 Jun 2024 09:41:51 -0400 Subject: [PATCH] Maybe just make the empty string the default value --- cls/TestCoverage/Manager.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cls/TestCoverage/Manager.cls b/cls/TestCoverage/Manager.cls index a23ca72..ee590a7 100644 --- a/cls/TestCoverage/Manager.cls +++ b/cls/TestCoverage/Manager.cls @@ -178,10 +178,10 @@ Method CoverageTargetsSet(%value) As %Status [ Internal, Private ] Quit $$$OK } -Method LogAssert(success, action, description, ByRef extra, location) +Method LogAssert(success, action, description, ByRef extra, location = "") { set ^IRIS.TEMPCG($i(^IRIS.TEMPCG)) = "We're in LogAssert" - set ^IRIS.TEMPCG($i(^IRIS.TEMPCG)) = $lb(success, action, description, extra, location) + set ^IRIS.TEMPCG($i(^IRIS.TEMPCG)) = $lb(success, action, description, extra, $g(location)) do ##super(success, action, description, .extra, location) if (..InteroperabilityProcesses) { // Collect the list of PIDs used by Interoperability processes in the current namespace