Skip to content

Commit

Permalink
Updates for LDEV-4211
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmitrah committed Sep 9, 2024
1 parent 1de0597 commit 94d0d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tickets/LDEV3860.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="sas" {
});
});
// testcase for LDEV-4211
describe(title="Testcase for LDEV-4211", skip=true, body=function() {
describe(title="Testcase for LDEV-4211", skip=false, body=function() {
it( title="check error - using invalid entity name in entityNew() without transcation", skip="#isDatasourceNotConfigured()#", body=function( currentSpec ){
local.res = _InternalRequest(
template="#variables.uri#\LDEV3860.cfm",
Expand Down

0 comments on commit 94d0d9f

Please sign in to comment.