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

(-)a/t/db_dependent/TestBuilder.t (-1 / +3 lines)
Lines 94-99 subtest 'Test length of some generated fields' => sub { Link Here
94
        'The length for a generated string (phone) should not be zero' );
94
        'The length for a generated string (phone) should not be zero' );
95
    is( length( $bookseller->{phone} ) <= $max, 1,
95
    is( length( $bookseller->{phone} ) <= $max, 1,
96
        'Check maximum length for a generated string (phone)' );
96
        'Check maximum length for a generated string (phone)' );
97
98
    my $item = $builder->build({ source => 'Item' });
99
    warn $item->{replacementprice};
97
};
100
};
98
101
99
102
100
- 

Return to bug 19759