]> git.koha-community.org Git - koha.git/commit
Bug 10289: UT: Reserves.t needs to create its own data
authorJonathan Druart <jonathan.druart@biblibre.com>
Mon, 20 May 2013 14:37:10 +0000 (16:37 +0200)
committerBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Sat, 3 Aug 2013 20:57:55 +0000 (17:57 -0300)
commit7d35ef0205cca51529346a9e079b5d2961330af3
tree6ce1afb596e08d43691b5a25c6824fcefae3806e
parent1140e9c46af8522373ec51fc6282bfc7c4936540
Bug 10289: UT: Reserves.t needs to create its own data

Try before the patch:
prove t/db_dependent/Reserves.t

And after, it should produce:
  t/db_dependent/Reserves.t .. 1/4 #
  # Creating biblio instance for testing.
  # Creating item instance for testing.
  # Deleting item testing instance.
  # Deleting biblio testing instance.
  # Deleting borrower.
  t/db_dependent/Reserves.t .. ok
  All tests successful.
  Files=1, Tests=4,  1 wallclock secs ( 0.02 usr  0.01 sys +  0.39 cusr  0.02 csys =  0.44 CPU)
  Result: PASS

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 6e6c7608b7d9b13d3af8d2115659ef142adb1b01)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit b606e3afd2ad0a64f663bf086b1d792046a5570f)
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
(cherry picked from commit b606e3afd2ad0a64f663bf086b1d792046a5570f)
t/db_dependent/Reserves.t