From 3bb902b74ead2ab7f9258bf1ce0fbe9fcc611c1c Mon Sep 17 00:00:00 2001 From: allan Date: Mon, 9 Feb 2026 01:35:20 +0000 Subject: [PATCH] chore: adding scope test --- tests/x-platform/mx_createjob.test.sas | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/x-platform/mx_createjob.test.sas b/tests/x-platform/mx_createjob.test.sas index cb427ba..5c958d8 100644 --- a/tests/x-platform/mx_createjob.test.sas +++ b/tests/x-platform/mx_createjob.test.sas @@ -9,11 +9,13 @@ @li mx_createjob.sas @li mp_assert.sas @li mf_getuniquefileref.sas + @li mp_assertscope.sas **/ /** * Test 1 - Basic job creation with default parameters + * Also checking for scope leakage */ filename ft15f001 temp; parmcards4; @@ -22,7 +24,9 @@ parmcards4; run; %put Job executed successfully; ;;;; +%mp_assertscope(SNAPSHOT) %mx_createjob(path=&mcTestAppLoc/jobs,name=testjob1,replace=YES) +%mp_assertscope(COMPARE) %mp_assert( iftrue=(&syscc=0),