From 3e45ba75e95c8e9ad4d20c0043c5530bbce5f018 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 6 Oct 2017 11:39:42 +0200 Subject: [PATCH] Bug 19386: [QA Follow-up] Remove some default values In the meantime bug 19403 added default nulls for gonenoaddress, lost and debarred. So these lines can be removed safely. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart (cherry picked from commit 12a754a703bc8f4279bb23aab09c39c0514b0a75) Signed-off-by: Fridolin Somers --- t/db_dependent/SIP/Patron.t | 6 ------ 1 file changed, 6 deletions(-) diff --git a/t/db_dependent/SIP/Patron.t b/t/db_dependent/SIP/Patron.t index cbcebb1276..3008888cd2 100755 --- a/t/db_dependent/SIP/Patron.t +++ b/t/db_dependent/SIP/Patron.t @@ -35,10 +35,7 @@ subtest "OverduesBlockCirc tests" => sub { { source => 'Borrower', value => { - debarred => undef, dateexpiry => "3000-01-01", - lost => 0, - gonenoaddress => 0, } } ); @@ -46,10 +43,7 @@ subtest "OverduesBlockCirc tests" => sub { { source => 'Borrower', value => { - debarred => undef, dateexpiry => "3000-01-01", - lost => 0, - gonenoaddress => 0, } } ); -- 2.20.1