Skip to content

Commit

Permalink
Trying to pass (location)
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-cge committed Jun 25, 2024
1 parent 4fd1a28 commit 4bd62d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cls/TestCoverage/Manager.cls
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ 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, $g(location))
do ##super(success, action, description, .extra, location)
do ##super(success, action, description, .extra, $g(location))
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)
Expand Down

0 comments on commit 4bd62d7

Please sign in to comment.