[Koha-bugs] [Bug 12803] Add ability to skip closed libraries when generating the holds queue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 13 18:57:50 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12803

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomascohen at gmail.com

--- Comment #23 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
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.


More information about the Koha-bugs mailing list