From d9bb7c920506b3d65f53672323ed9e6e128dbe8b Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Wed, 14 Jul 2021 09:20:03 -0700 Subject: [PATCH] LP1718782: follow up to fix failing test LP1718782 added a missing fixed field, but failed to also add it to the expected data in this pgtap test. This commit updates the expected data to also include a SRCE fixed field. Signed-off-by: Jane Sandberg --- .../sql/Pg/t/lp1588543_marc_record_attributes.pg | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Open-ILS/src/sql/Pg/t/lp1588543_marc_record_attributes.pg b/Open-ILS/src/sql/Pg/t/lp1588543_marc_record_attributes.pg index 971da52..85b2e4e 100644 --- a/Open-ILS/src/sql/Pg/t/lp1588543_marc_record_attributes.pg +++ b/Open-ILS/src/sql/Pg/t/lp1588543_marc_record_attributes.pg @@ -186,6 +186,7 @@ SELECT cmp_ok( "fest"=>"0", "ills"=>" ", "indx"=>"1", + "srce"=>" ", "cont1"=>"b", "date1"=>"2011", "date2"=>"9999", -- 1.7.2.5