https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28762
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #107 from Victor Grousset/tuxayo <[email protected]> --- Wait! ILSDI_Services.t fails (found while trying to check if the minor change in C4/ILSDI/Services.pm is covered (likely is)) kohadev-koha@kohadevbox:koha(testing-SO-QA)$ prove t/db_dependent/ILSDI_Services.t t/db_dependent/ILSDI_Services.t .. 12/14 # No tests run! # Failed test 'No tests run for subtest "GetAvailability itemcallnumber"' # at t/db_dependent/ILSDI_Services.t line 1045. The method Koha::Item->effective_notforloan is not covered by tests! Trace begun at /kohadevbox/koha/Koha/Object.pm line 971 Koha::Object::AUTOLOAD('Koha::Item=HASH(0x57fb9279d480)') called at /kohadevbox/koha/C4/ILSDI/Services.pm line 973 C4::ILSDI::Services::_availability(989) called at /kohadevbox/koha/C4/ILSDI/Services.pm line 122 C4::ILSDI::Services::GetAvailability('CGI=HASH(0x57fb901401d8)') called at t/db_dependent/ILSDI_Services.t line 1000 main::__ANON__ at /usr/share/perl/5.28/Test/Builder.pm line 339 eval {...} at /usr/share/perl/5.28/Test/Builder.pm line 339 Test::Builder::subtest('Test::Builder=HASH(0x57fb87b01678)', 'GetAvailability itemcallnumber', 'CODE(0x57fb92334470)') called at /usr/share/perl/5.28/Test/More.pm line 807 Test::More::subtest('GetAvailability itemcallnumber', 'CODE(0x57fb92334470)') called at t/db_dependent/ILSDI_Services.t line 1045 # Looks like your test exited with 255 just after 13. t/db_dependent/ILSDI_Services.t .. Dubious, test returned 255 (wstat 65280, 0xff00) ----- Thanks Nick for QAing the rest that was out of my reach 👍 ---- (In reply to Martin Renvoize from comment #77) > Those 'diag' might be better as 'note' but I do like them in as I find they > split up the output of a prove -vv more clearly personally.. I'm not > especially worried though if you want them removed. Nice, good to know about the difference between diag and note. No problem to have these, just needed to be sure it wasn't forgotten. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
