Skip to content

Commit f0a6bab

Browse files
author
Yingjian Wu
committed
add more
1 parent 2a55d17 commit f0a6bab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

metacat-functional-tests/src/functionalTest/groovy/com/netflix/metacat/ParentChildRelMetadataServiceSpec.groovy

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,13 +604,14 @@ class ParentChildRelMetadataServiceSpec extends Specification{
604604
where:
605605
maxAllow | defaultMaxAllowPerRelStr | maxAllowPerDBPerRelTypeStr | maxAllowPerTablePerRelTypeStr | expectedChildAllowCount
606606
3 | "" | "" | "" | 3
607+
3 | "Other,5" | "CLONE,other,2" | "CLONE,testhive/test/other,2" | 3
607608
1 | "CLONE,5" | "" | "" | 5
608609
1 | "CLONE,5;Other,3" | "" | "" | 5
610+
1 | "CLONE,5;Other,3" | "CLONE,other,2" | "CLONE,testhive/test/other,2" | 5
609611
1 | "CLONE,5" | "CLONE,test,3" | "" | 3
610612
1 | "CLONE,5;Other,3" | "CLONE,test,3;CLONE,other,2"| "" | 3
611-
1 | "CLONE,5;Other,3" | "CLONE,test,3;OTHER,other,2"| "" | 3
613+
1 | "CLONE,5;Other,3" | "CLONE,test,3;OTHER,other,2"| "CLONE,testhive/test/other,2" | 3
612614
1 | "CLONE,5" | "CLONE,test,3;OTHER,other,2"| "CLONE,testhive/test/parent,2" | 2
613615
1 | "CLONE,5;Other,3" | "CLONE,test,3;CLONE,other,2"| "CLONE,testhive/test/parent,2;CLONE,testhive/test/other,2" | 2
614-
1 | "CLONE,5;Other,3" | "CLONE,test,3;CLONE,other,2"| "CLONE,testhive/test/parent,2;OTHER,testhive/test/other,2" | 2
615616
}
616617
}

0 commit comments

Comments
 (0)