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)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 8 Jul 2013 14:23:16 +0000 (14:23 +0000)
commit6e6c7608b7d9b13d3af8d2115659ef142adb1b01
tree60963f0ae32e55ce865deac1d3e3ce1baebb468e
parent570209ec133a0d281c967914629fe0b2c5cf2500
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>
t/db_dependent/Reserves.t