From 58ccb8342b2d7291926fec0076fe68303313da90 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 2 Jul 2013 22:03:07 -0700 Subject: [PATCH] Bug 9987: remove reference to biblioitemnumber from test case Signed-off-by: Galen Charlton --- t/db_dependent/Acquisition.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/db_dependent/Acquisition.t b/t/db_dependent/Acquisition.t index c015425656..6b11f16d4c 100755 --- a/t/db_dependent/Acquisition.t +++ b/t/db_dependent/Acquisition.t @@ -10,7 +10,7 @@ use POSIX qw(strftime); use C4::Bookseller qw( GetBookSellerFromId ); -use Test::More tests => 37; +use Test::More tests => 36; BEGIN { use_ok('C4::Acquisition'); @@ -45,7 +45,6 @@ SKIP: { skip 'No relevant orders in database, cannot test baskets', 33 unless( scalar @$orders ); # diag( Data::Dumper->Dump( [ $orders ], [ 'orders' ] ) ); my @expectedfields = qw( basketno - biblioitemnumber biblionumber invoiceid budgetdate -- 2.20.1