From 628c6e603f0f6de10d49d65d660539b6eadbf803 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Wed, 29 Apr 2015 10:48:42 -0400 Subject: [PATCH] Bug 11122: Follow up Based on comment #21, this patch corrects the failings in the t/db_dependent/Acquisition.t tests. When two fields were added to the query, the corresponding array in the the test file was not updated to match. TEST PLAN --------- 1) Apply the first two patches 2) prove -v t/db_dependent/Acquisition.t -- fails 2 tests 3) Apply this patch 4) prove -v t/db_dependent/Acquisition.t -- passes 5) Run koha qa test tools. --- t/db_dependent/Acquisition.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/db_dependent/Acquisition.t b/t/db_dependent/Acquisition.t index 83486d2..1441100 100755 --- a/t/db_dependent/Acquisition.t +++ b/t/db_dependent/Acquisition.t @@ -570,6 +570,8 @@ ok( basketgroupname firstname biblioitemnumber + publishercode + publicationyear ecost uncertainprice creationdate -- 2.1.4