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

(-)a/t/lib/TestBuilder.pm (-1 / +2 lines)
Lines 559-564 sub _gen_default_values { Link Here
559
            reservefee   => 0,
559
            reservefee   => 0,
560
            # Not X, used for statistics
560
            # Not X, used for statistics
561
            category_type => sub { return [ qw( A C S I P ) ]->[int(rand(5))] },
561
            category_type => sub { return [ qw( A C S I P ) ]->[int(rand(5))] },
562
            min_password_length => undef,
563
            require_strong_password => undef,
562
        },
564
        },
563
        Branch => {
565
        Branch => {
564
            pickup_location => 0,
566
            pickup_location => 0,
565
- 

Return to bug 23816