Created attachment 57539 [details] [review] Bug 17644 - t/db_dependent/Exporter/Record.t fails Test Plan: 1) prove t/db_dependent/Exporter/Record.t fails 2) Apply this patch 3) prove t/db_dependent/Exporter/Record.t succeeds!
Created attachment 57547 [details] [review] [SIGNED-OFF] Bug 17644 - t/db_dependent/Exporter/Record.t fails Test Plan: 1) prove t/db_dependent/Exporter/Record.t fails 2) Apply this patch 3) prove t/db_dependent/Exporter/Record.t succeeds! Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
I was going to submit a patch to fix this test and found yours. Note that mine looks simpler: -Koha::Biblioitems->find( $bad_biblionumber )->marcxml("something wrong")->store; +Koha::Biblioitems->find( $bad_biblioitemnumber )->marcxml("something wrong")->store;
Created attachment 57586 [details] [review] Bug 17644 - t/db_dependent/Exporter/Record.t fails Test Plan: 1) prove t/db_dependent/Exporter/Record.t fails 2) Apply this patch 3) prove t/db_dependent/Exporter/Record.t succeeds! Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Pushed to master for 16.11!
Pushed to 16.05.x, for 16.05.06 release