From: Chris Cormack Date: Mon, 14 Sep 2009 08:17:43 +0000 (+1200) Subject: More fixes to the shelves test X-Git-Tag: v3.02.00-alpha~10^2~35 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=088b22b8edeb0e11fa5ac841649e6c625e468a0c;p=koha.git More fixes to the shelves test --- diff --git a/t/db_dependent/VirtualShelves.t b/t/db_dependent/VirtualShelves.t index ca8d341d01..75f366bb76 100755 --- a/t/db_dependent/VirtualShelves.t +++ b/t/db_dependent/VirtualShelves.t @@ -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;