http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7290
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #36 from Katrin Fischer <[email protected]> --- Hi Julian, I fixed the conflict in the database update and a tab char in parcels.tt, but now I got stuck with the tests failing: $ prove t/Acquisition/CanUserReceiveBasket.t t/Acquisition/CanUserReceiveBasket.t .. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. t/Acquisition/CanUserReceiveBasket.t .. 1/18 C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. # Failed test at t/Acquisition/CanUserReceiveBasket.t line 46. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. # Failed test at t/Acquisition/CanUserReceiveBasket.t line 47. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. # Failed test at t/Acquisition/CanUserReceiveBasket.t line 48. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. # Failed test at t/Acquisition/CanUserReceiveBasket.t line 54. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. # Failed test at t/Acquisition/CanUserReceiveBasket.t line 64. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. # Failed test at t/Acquisition/CanUserReceiveBasket.t line 65. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. # Failed test at t/Acquisition/CanUserReceiveBasket.t line 66. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. # Failed test at t/Acquisition/CanUserReceiveBasket.t line 71. C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Acquisition.pm line 870. # Looks like you failed 8 tests of 18. t/Acquisition/CanUserReceiveBasket.t .. Dubious, test returned 8 (wstat 2048, 0x800) Failed 8/18 subtests Test Summary Report ------------------- t/Acquisition/CanUserReceiveBasket.t (Wstat: 2048 Tests: 18 Failed: 8) Failed tests: 4-6, 9, 13-15, 17 Non-zero exit status: 8 Could you also take a look at squashing these patches? Because of the chanes in the database structure (we started with adding a branch column to aqorders that was later removed from the patches) I think it could make sense here. Also if I saw correctly all patches are from you and signed only by Paola. -- 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/
