https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049
--- Comment #9 from Katrin Fischer <[email protected]> --- Sorry Marcel, but tests are failing: Files=1, Tests=14, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.22 cusr 0.26 csys = 1.50 CPU) Result: FAIL kohadev-koha@kohadevbox:/home/vagrant/kohaclone$ perl t/db_dependent/ImportBatch.t 1..14 ok 1 - use C4::ImportBatch; ok 2 - AddImportBatch for sample_import_batch1 return an id ok 3 - AddImportBatch for sample_import_batch2 return an id ok 4 - GetImportBatch returns the right informations about HASH(0x99e12b8) ok 5 - GetImportBatch returns the right informations about HASH(0x99e13f0) ok 6 - GetRecordFromImportBiblio should return the record with items if specified ok 7 - GetRecordFromImportBiblio should return the record without items by default ok 8 - No item numbers expected since we did not commit ok 9 - Expecting two items now ok 10 - Check the first returned itemnumber ok 11 - No item numbers expected since we deleted the item ok 12 - Batch 3 has been cleaned ok 13 - Batch 3 has been deleted # Subtest: RecordsFromMarcPlugin 1..5 # No tests run! not ok 14 - No tests run for subtest "RecordsFromMarcPlugin" # Failed test 'No tests run for subtest "RecordsFromMarcPlugin"' # at t/db_dependent/ImportBatch.t line 195. Can't call method "GetPlugins" on an undefined value at t/db_dependent/ImportBatch.t line 186. # Looks like your test exited with 255 just after 14. Also QA tool complains about POD coverage, but I think that is less important. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
