File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ component serializable="false" accessors="true" {
361361 // Running standalone, so create our own logging first
362362 configureLogBox ( variables .binder .getLogBoxConfig () );
363363 // Create local CacheBox reference
364- configureCacheBox ( variables .binder .getCacheBoxConfig () );
364+ configureCacheBox ( variables .binder .getCacheBox () );
365365 }
366366
367367 // Create our object builder
Original file line number Diff line number Diff line change 387387 function testCacheBoxIntegration (){
388388 // activate cachebox
389389 config .cacheBox ( configFile = " my.path.CacheBox" );
390- cbconfig = config .getCacheBoxConfig ();
390+ cbconfig = config .getCacheBox ();
391391 assertEquals ( true , cbconfig .enabled );
392392 assertEquals ( " my.path.CacheBox" , cbconfig .configFile );
393393 assertEquals ( " coldbox.system.cache" , cbconfig .classNamespace );
You can’t perform that action at this time.
0 commit comments