Skip to content

Commit b76f866

Browse files
committed
update test case to reflect change in core interface used
1 parent c62d03e commit b76f866

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/tickets/LDEV4955.cfc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ component extends="org.lucee.cfml.test.LuceeTestCase" {
5656
}
5757

5858
private function _expand ( str ){
59-
var webFactory = createObject("java", "lucee.runtime.config.ConfigUtil");
60-
return webFactory.replaceConfigPlaceHolders(getPageContext().getConfig(),str );
59+
return getPageContext().getConfig().replacePlaceHolder( str );
6160
}
6261
}

0 commit comments

Comments
 (0)