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

(-)a/t/db_dependent/Koha/Old.t (-3 / +4 lines)
Lines 44-51 subtest 'Koha::Old::Patrons' => sub { Link Here
44
        {
44
        {
45
            borrowernumber => $patron->borrowernumber
45
            borrowernumber => $patron->borrowernumber
46
        }
46
        }
47
    )->next;
47
    )->next->unblessed;
48
    is_deeply( $deleted_patron->unblessed, $patron_unblessed );
48
    delete $deleted_patron->{updated_on};
49
    delete $patron_unblessed->{updated_on};
50
    is_deeply( $deleted_patron, $patron_unblessed );
49
};
51
};
50
52
51
subtest 'Koha::Old::Biblios and Koha::Old::Items' => sub {
53
subtest 'Koha::Old::Biblios and Koha::Old::Items' => sub {
52
- 

Return to bug 24150