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

(-)a/t/lib/TestBuilder.pm (-1 / +4 lines)
Lines 600-605 sub _gen_default_values { Link Here
600
            suggesteddate => dt_from_string()->ymd,
600
            suggesteddate => dt_from_string()->ymd,
601
            STATUS        => 'ASKED'
601
            STATUS        => 'ASKED'
602
        },
602
        },
603
        ReturnClaim => {
604
            issue_id => undef, # It should be a FK but we removed it
605
                               # We don't want to generate a random value
606
        },
603
    };
607
    };
604
}
608
}
605
609
606
- 

Return to bug 29495