From: Jane Sandberg Date: Wed, 14 Jul 2021 16:20:03 +0000 (-0700) Subject: LP1718782: follow up to fix failing test X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d9bb7c920506b3d65f53672323ed9e6e128dbe8b;p=Evergreen.git 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 --- 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 971da52c3c..85b2e4ecf8 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",