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

(-)a/t/db_dependent/Koha/Item.t (-2 lines)
Lines 1546-1552 subtest 'store() tests' => sub { Link Here
1546
        $item->set( { itemlost => 0 } )->store;
1546
        $item->set( { itemlost => 0 } )->store;
1547
1547
1548
        $messages = $item->object_messages;
1548
        $messages = $item->object_messages;
1549
        warn Data::Dumper::Dumper( $messages );
1550
        is( scalar @{$messages}, 0, 'This item has no history, no associated lost fines, presumed not lost by patron, no messages returned');
1549
        is( scalar @{$messages}, 0, 'This item has no history, no associated lost fines, presumed not lost by patron, no messages returned');
1551
1550
1552
        $schema->storage->txn_rollback;
1551
        $schema->storage->txn_rollback;
1553
- 

Return to bug 30254