From 78ecb5828599fd08e2acfe2524c2b7d073b468b4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 3 Oct 2017 14:15:47 -0300 Subject: [PATCH] Bug 19403: Add some default values when building patrons for test To avoid some tests to fail randomly Signed-off-by: Jonathan Druart --- t/lib/TestBuilder.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm index 2693e9cd63..4dab4235ba 100644 --- a/t/lib/TestBuilder.pm +++ b/t/lib/TestBuilder.pm @@ -460,6 +460,10 @@ sub _gen_default_values { return { Borrower => { login_attempts => 0, + gonenoaddress => undef, + lost => undef, + debarred => undef, + borrowernotes => '', }, Item => { more_subfields_xml => undef, -- 2.11.0