We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0220d18 commit 1647a6cCopy full SHA for 1647a6c
2 files changed
tests/LDEV4429.cfc
@@ -1,4 +1,4 @@
1
-component extends="org.lucee.cfml.test.LuceeTestCase" labels="ehcache,cache" {
+component extends="org.lucee.cfml.test.LuceeTestCase" labels="ehcache" {
2
3
public function testCachePutEHCache() {
4
createEHCache();
tests/LDEV4886.cfc
-component extends = "org.lucee.cfml.test.LuceeTestCase" labels="ehcache,cache" skip=true {
+component extends = "org.lucee.cfml.test.LuceeTestCase" labels="ehcache" skip=true {
public any function test() {
var configFile = getDirectoryFromPath(getCurrentTemplatePath()) & "LDEV4886/ehcache.xml";
0 commit comments