File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ ClassMethod PyStartWithScope(pCoverageClasses As %List) [ Language = python ]
6969 # extracts the line number
7070 line _no = frame .f _lineno
7171 if class _name in tCoverageClasses and line _no != 1 : # if this is in a covered class
72- tGlob = iris .gref ('^IRIS .TEMP .TestCoveragePY ') # python doesn 't have macros -- this is $$$PyMonitorResults
72+ tGlob = iris .gref ('^IRIS .Temp .TestCoveragePY ') # python doesn 't have macros -- this is $$$PyMonitorResults
7373 # $$$PyMonitorResults(classname , linenumber ) = the number of times that linenumber in that class was covered
7474
7575 curCount = tGlob .get ([class _name , line _no ])
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ ROUTINE TestCoverage [Type=INC]
33# define StopTimer If (..Display[" log" ) { Write ($zh- tStartTime)," seconds" }
44# define METRICS " RtnLine" ," Time" ," TotalTime"
55# define TestPathAllTests " all tests"
6- # define PyMonitorResults ^ IRIS.TEMP .TestCoveragePY
6+ # define PyMonitorResults ^ IRIS.Temp .TestCoveragePY
You can’t perform that action at this time.
0 commit comments