View | Details | Raw Unified | Return to bug 17909
Collapse All | Expand All

(-)a/t/db_dependent/Authorities/Merge.t (-2 / +1 lines)
Lines 38-44 set_mocks(); Link Here
38
# Framework operations
38
# Framework operations
39
my ( $authtype1, $authtype2 ) = modify_framework();
39
my ( $authtype1, $authtype2 ) = modify_framework();
40
40
41
subtest 'Test merge A1 to A2 (withing same authtype)' => sub {
41
subtest 'Test merge A1 to A2 (within same authtype)' => sub {
42
# Tests originate from bug 11700
42
# Tests originate from bug 11700
43
    plan tests => 9;
43
    plan tests => 9;
44
44
45
- 

Return to bug 17909