Skip to content

Commit

Permalink
tests: use a fresh application scope for each bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 7, 2024
1 parent 676e119 commit 2b6cf76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/_testRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
//"============================================================="
Expand Down

0 comments on commit 2b6cf76

Please sign in to comment.