From 088b22b8edeb0e11fa5ac841649e6c625e468a0c Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 14 Sep 2009 20:17:43 +1200 Subject: [PATCH] More fixes to the shelves test --- t/db_dependent/VirtualShelves.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0