Skip to content

Commit 2854c18

Browse files
committed
style: changed IRIS.TEMP to IRIS.Temp
1 parent b1cd1b9 commit 2854c18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cls/TestCoverage/Utils/LineByLineMonitor.cls

+1-1
Original file line numberDiff line numberDiff 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])

inc/TestCoverage.inc

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)