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

(-)a/t/db_dependent/Koha/Item.t (-2 lines)
Lines 1480-1486 subtest 'store() tests' => sub { Link Here
1480
        $item->set( { itemlost => 0 } )->store;
1480
        $item->set( { itemlost => 0 } )->store;
1481
1481
1482
        $messages = $item->object_messages;
1482
        $messages = $item->object_messages;
1483
        warn Data::Dumper::Dumper( $messages );
1484
        is( scalar @{$messages}, 0, 'This item has no history, no associated lost fines, presumed not lost by patron, no messages returned');
1483
        is( scalar @{$messages}, 0, 'This item has no history, no associated lost fines, presumed not lost by patron, no messages returned');
1485
1484
1486
        $schema->storage->txn_rollback;
1485
        $schema->storage->txn_rollback;
1487
- 

Return to bug 30254