File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,11 +122,11 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="ehcache" {
122122 }
123123 */
124124 }
125-
126125 private string function createURI (string calledName ){
127- var baseURI = " /test/# listLast ( getDirectoryFromPath ( getCurrenttemplatepath ()), " \/ " ) # /" ;
126+ var baseURI = " /testAdditional /" ;
128127 return baseURI & " " & calledName ;
129128 }
129+
130130
131131
132132}
Original file line number Diff line number Diff line change @@ -18,9 +18,8 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="ehcache" {
1818 });
1919 });
2020 }
21- // private Function//
2221 private string function createURI (string calledName ){
23- var baseURI = " /test/# listLast ( getDirectoryFromPath ( getCurrenttemplatepath ()), " \/ " ) # /" ;
22+ var baseURI = " /testAdditional /" ;
2423 return baseURI & " " & calledName ;
2524 }
2625}
You can’t perform that action at this time.
0 commit comments