From 86bc82acbd68f3b9a8e9d24c40028b68ceb398ec 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 f41a345..22bf6cb 100755 --- a/t/db_dependent/Acquisition.t +++ b/t/db_dependent/Acquisition.t @@ -568,6 +568,8 @@ ok( basketgroupname firstname biblioitemnumber + publishercode + publicationyear ecost uncertainprice creationdate -- 2.1.4