From 2b6cf768a75d9490c441c4d84e8f4aab92f2c743 Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Sat, 7 Dec 2024 11:59:09 +0100 Subject: [PATCH] tests: use a fresh application scope for each bundle --- test/_testRunner.cfc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/_testRunner.cfc b/test/_testRunner.cfc index 738ea72258..e797ba5862 100644 --- a/test/_testRunner.cfc +++ b/test/_testRunner.cfc @@ -92,7 +92,8 @@ component { onBundleStart = function( cfc, testResults ){ var meta = getComponentMetadata( cfc ); systemOutput( "" , true ); - systemOutput(structKeyList(getApplicationSettings().mappings), true ); + application name="testBundle-#meta.name#"; + //systemOutput(structKeyList(getApplicationSettings().mappings), true ); SystemOut.setOut( out ); //SystemOut.setErr(err); //"============================================================="