Skip to content

Commit 8f62ac2

Browse files
committed
Trying with args...
1 parent 3f8d449 commit 8f62ac2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cls/TestCoverage/Manager.cls

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,10 @@ Method CoverageTargetsSet(%value) As %Status [ Internal, Private ]
178178
Quit $$$OK
179179
}
180180

181-
Method LogAssert(success, action, description, extra, location)
181+
Method LogAssert(success, action, description, extra, args...)
182182
{
183183
set ^IRIS.TEMPCG($i(^IRIS.TEMPCG)) = "We're in LogAssert"
184-
set ^IRIS.TEMPCG($i(^IRIS.TEMPCG)) = $lb(success, action, description, extra, $g(location))
185-
do ##super(.success, .action, .description, .extra, .location)
184+
do ##super(.success, .action, .description, .extra, args...)
186185
if (..InteroperabilityProcesses) {
187186
// Collect the list of PIDs used by Interoperability processes in the current namespace
188187
// Run unit tests collecting coverage in that specific list of processes (plus the current process)

0 commit comments

Comments
 (0)