From 031a7c83792afa5398c77259705c7d111a399ee1 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 14 Sep 2009 05:52:19 +1200 Subject: [PATCH] Fixing the tests for VirtualShelves, still a bit more to do --- 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 75f366bb76..ca8d341d01 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 => 112 } +BEGIN { plan tests => 32 } # Getting some borrowers from database. my $dbh = C4::Context->dbh; -- 2.20.1