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

(-)a/t/db_dependent/Circulation/Returns.t (-2 / +1 lines)
Lines 318-324 subtest 'Handle ids duplication' => sub { Link Here
318
    }
318
    }
319
    [
319
    [
320
        qr{.*DBD::mysql::st execute failed: Duplicate entry.*},
320
        qr{.*DBD::mysql::st execute failed: Duplicate entry.*},
321
        { carped => qr{The checkin for the following issue failed.*DBIx::Class::Storage::DBI::_dbh_execute.*} }
321
        { carped => qr{The checkin for the following issue failed.*Duplicate ID.*} }
322
    ],
322
    ],
323
    'DBD should have raised an error about dup primary key';
323
    'DBD should have raised an error about dup primary key';
324
324
325
- 

Return to bug 19828