Skip to content

Commit

Permalink
That wasn't it, I want to see the error message with just location again
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-cge committed Jun 25, 2024
1 parent 7e12a38 commit 706f915
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,10 +178,10 @@ Method CoverageTargetsSet(%value) As %Status [ Internal, Private ]
Quit $$$OK
}

Method LogAssert(success, action, description, ByRef extra, ByRef location)
Method LogAssert(success, action, description, ByRef extra, location)
{
set ^IRIS.TEMPCG($i(^IRIS.TEMPCG)) = "We're in LogAssert"
do ##super(success, action, description, .extra, .location)
do ##super(success, action, description, .extra, 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 706f915

Please sign in to comment.