http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12803
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #23 from Tomás Cohen Arazi <[email protected]> --- I have an Ubuntu 14.04 (amd64) box, all stock (I only have the koha repo, and the git ppa for the latest git). What I did was: - > DROP DATABASE koha_devel; CREATE DATABASE koha_devel; - Went through the install process, all default data loaded. - Run $ prove t/db_dependent/HoldsQueue.t => SUCCESS: all green - Applied the patches (small rebase for updatedatabase.pl) - Run $ perl installer/data/mysql/updatedatabase.pl Upgrade to 3.19.00.XXX done (Bug 12803 - Add ability to skip closed libraries when generating the holds queue) - Run $ prove t/db_dependent/HoldsQueue.t => FAIL: t/db_dependent/HoldsQueue.t .. 23/23 # Failed test 'Holds not filled with items from closed libraries' # at t/db_dependent/HoldsQueue.t line 327. # got: '1' # expected: '2' # Looks like you failed 1 test of 23. t/db_dependent/HoldsQueue.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/23 subtests Test Summary Report ------------------- t/db_dependent/HoldsQueue.t (Wstat: 256 Tests: 23 Failed: 1) Failed test: 23 Non-zero exit status: 1 Files=1, Tests=23, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.49 cusr 0.06 csys = 1.57 CPU) Result: FAIL -- 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/
