Skip to content

Commit

Permalink
fix conflict with other test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Oct 7, 2024
1 parent 10ac440 commit fea8117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tickets/LDEV5092.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" {

// simply rethrow the exception if one did occur in any thread (no interpretation needed)
loop struct=cfthread index="local.k" item="local.val" {
if(structKeyExists(val, "ERROR")) throw val.error;
if(left(k,len(prefix))==prefix && structKeyExists(val, "ERROR")) throw val.error;
}
});
});
Expand Down

0 comments on commit fea8117

Please sign in to comment.