Skip to content

Commit 1647a6c

Browse files
committed
comma separated labels are not supported
1 parent 0220d18 commit 1647a6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/LDEV4429.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
component extends="org.lucee.cfml.test.LuceeTestCase" labels="ehcache,cache" {
1+
component extends="org.lucee.cfml.test.LuceeTestCase" labels="ehcache" {
22

33
public function testCachePutEHCache() {
44
createEHCache();

tests/LDEV4886.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
component extends = "org.lucee.cfml.test.LuceeTestCase" labels="ehcache,cache" skip=true {
1+
component extends = "org.lucee.cfml.test.LuceeTestCase" labels="ehcache" skip=true {
22

33
public any function test() {
44
var configFile = getDirectoryFromPath(getCurrentTemplatePath()) & "LDEV4886/ehcache.xml";

0 commit comments

Comments
 (0)