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

(-)a/t/CookieManager.t (-2 / +1 lines)
Lines 71-77 subtest 'clear_unless' => sub { Link Here
71
    is( $rv[2]->value, q{aap2}, 'aap not empty' );
71
    is( $rv[2]->value, q{aap2}, 'aap not empty' );
72
    is( $rv[3]->value, q{}, 'mies empty' );
72
    is( $rv[3]->value, q{}, 'mies empty' );
73
    is( $rv[4]->value, q{}, 'zus empty' );
73
    is( $rv[4]->value, q{}, 'zus empty' );
74
    is( $rv[1]->httponly, 0, 'cleared wim isnt httponly' );
74
    is( $rv[1]->httponly, 0, 'cleared wim is not httponly' );
75
    is( $rv[2]->httponly, 1, 'aap httponly' );
75
    is( $rv[2]->httponly, 1, 'aap httponly' );
76
};
76
};
77
77
78
- 

Return to bug 29957