]> git.koha-community.org Git - koha.git/commit
Bug 10336: HoldsQueue.t needs to create its own data
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 24 May 2013 14:18:59 +0000 (16:18 +0200)
committerBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Tue, 16 Jul 2013 12:01:29 +0000 (09:01 -0300)
commit3797fbf9414682d0fa45eb10a4eb56ab8a002dbe
tree6906348376061dc9c3c80d5993d61aeadd85b3d4
parente6a2906a2fb44252f939733b699b0d0255a8ec83
Bug 10336: HoldsQueue.t needs to create its own data

After applying this patch and the patch submitted in bug 10495, you can
run prove t/db_dependent/HoldsQueue.t and admire that all tests pass.

This patch creates a borrower and uses Koha routines instead of directly
updating the database.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit bfbc646fdd9ca4b90a0bc2751d0faa95d9e93ba1)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 509972e3858d3b3c9f915d09a1e10f77cbe105fd)
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
(cherry picked from commit 509972e3858d3b3c9f915d09a1e10f77cbe105fd)
t/db_dependent/HoldsQueue.t