More fixes to the shelves test
authorChris Cormack <chris@bigballofwax.co.nz>
Mon, 14 Sep 2009 08:17:43 +0000 (20:17 +1200)
committerChris Cormack <chris@bigballofwax.co.nz>
Thu, 28 Jan 2010 19:39:09 +0000 (08:39 +1300)
t/db_dependent/VirtualShelves.t

index ca8d341..75f366b 100755 (executable)
@@ -10,7 +10,7 @@ use strict;
 use C4::Context;
 
 # Making 30 tests.
-BEGIN { plan tests => 32 }
+BEGIN { plan tests => 112 }
 
 # Getting some borrowers from database.
 my $dbh = C4::Context->dbh;