From 820d0b1c0dddb4ed074ecafce4bf5fd89873f9e0 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 28 Apr 2016 08:57:05 +0200 Subject: [PATCH] Bug 16320: [QA Follow-up] Fix borrower attribute test in ILSDI_Services Content-Type: text/plain; charset=utf-8 Since bug 12267 removed the password option, this test should be adjusted. Test plan: Run the test. Signed-off-by: Marcel de Rooy --- t/db_dependent/ILSDI_Services.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/db_dependent/ILSDI_Services.t b/t/db_dependent/ILSDI_Services.t index 2607cb8..15806a6f 100644 --- a/t/db_dependent/ILSDI_Services.t +++ b/t/db_dependent/ILSDI_Services.t @@ -162,7 +162,6 @@ subtest 'GetPatronInfo/GetBorrowerAttributes test for extended patron attributes borrowernumber => $brwr->{'borrowernumber'}, code => $attr_type->{'code'}, attribute => '1337', - password => undef, } } ); @@ -181,7 +180,6 @@ subtest 'GetPatronInfo/GetBorrowerAttributes test for extended patron attributes code => $attr->{'code'}, description => $attr_type->{'description'}, display_checkout => $attr_type->{'display_checkout'}, - password => undef, value => $attr->{'attribute'}, value_description => undef, }; -- 1.7.10.4