https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17539 --- Comment #25 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #24)
I did a full prove t/db_dependent, and got:
t/db_dependent/Reserves.t ................................ 28/72 C4::Context->userenv not defined! at /home/vagrant/kohaclone/C4/Items.pm line 2267. Use of uninitialized value $tagno in concatenation (.) or string at /usr/share/perl5/MARC/Field.pm line 83. Tag "" is not a valid tag. at t/db_dependent/Reserves.t line 526. # Looks like your test exited with 255 just after 52. t/db_dependent/Reserves.t ................................ Dubious, test returned 255 (wstat 65280, 0xff00)
Just after, trying to recreate: prove t/db_dependent/Reserves.t t/db_dependent/Reserves.t .. 1/72 C4::Context->userenv not defined! at /home/vagrant/kohaclone/C4/Items.pm line 2267. t/db_dependent/Reserves.t .. ok All tests successful. Files=1, Tests=72, 3 wallclock secs ( 0.02 usr 0.01 sys + 1.42 cusr 0.78 csys = 2.23 CPU) Result: PASS
What is the connection between these issues and the use of kohadevbox ? -- You are receiving this mail because: You are watching all bug changes.