Skip to content

Commit e9da100

Browse files
committed
fix test cases
1 parent fc83336 commit e9da100

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

tests/EHCache.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

tests/LDEV0549.cfc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)