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

(-)a/t/db_dependent/Log.t (-2 / +1 lines)
Lines 46-52 ok($success, "GetLogs returns results for an open search"); Link Here
46
46
47
eval {
47
eval {
48
    # FIXME: US formatted date hardcoded into test for now
48
    # FIXME: US formatted date hardcoded into test for now
49
    my $date = output_pref( { dt => dt_from_string, datenonly => 1, dateformat => 'iso' } );
49
    my $date = output_pref( { dt => dt_from_string, dateonly => 1, dateformat => 'iso' } );
50
    $success = scalar(@{GetLogs( $date, $date, "", undef, undef, "", "") } );
50
    $success = scalar(@{GetLogs( $date, $date, "", undef, undef, "", "") } );
51
} or do {
51
} or do {
52
    diag($@);
52
    diag($@);
53
- 

Return to bug 22917