Fixing the tests for VirtualShelves, still a bit more to do
authorChris Cormack <chris@bigballofwax.co.nz>
Sun, 13 Sep 2009 17:52:19 +0000 (05:52 +1200)
committerChris Cormack <chris@bigballofwax.co.nz>
Thu, 28 Jan 2010 19:39:08 +0000 (08:39 +1300)
t/db_dependent/VirtualShelves.t

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