From ac1b35a7636000fa1a66aeb0d6e79d2ce625bd3b Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sat, 23 Mar 2013 08:24:13 -0400 Subject: [PATCH] Bug 9911: update Acquisitions unit test to look for correct fields --- t/db_dependent/Acquisition.t | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/t/db_dependent/Acquisition.t b/t/db_dependent/Acquisition.t index 4a5b31e..c015425 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 => 38; +use Test::More tests => 37; BEGIN { use_ok('C4::Acquisition'); @@ -67,10 +67,9 @@ SKIP: { quantity quantityreceived rrp - serialid sort1 sort2 - subscription + subscriptionid supplierreference surname timestamp -- 1.7.9.5