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

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

Return to bug 29495