From c27f7ad17d0135102bb7b2d23f9543aed415767b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 5 May 2014 04:18:22 +0000 Subject: [PATCH] Bug 7442: (follow-up) adjust UNIMARC test case to match change in BuildSummary() Signed-off-by: Galen Charlton (cherry picked from commit cf7d0c3a99d42fae2d23f9dafba136814dafa492) Signed-off-by: Fridolin Somers --- t/db_dependent/AuthoritiesMarc.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/db_dependent/AuthoritiesMarc.t b/t/db_dependent/AuthoritiesMarc.t index 5c0529b5d7..bc4adeb266 100755 --- a/t/db_dependent/AuthoritiesMarc.t +++ b/t/db_dependent/AuthoritiesMarc.t @@ -178,7 +178,9 @@ my $expected_unimarc_name_summary = { 'otherscript' => [], 'seealso' => [], 'seefrom' => [], - 'summary' => 'Fossey, Brigitte', + 'repets' => [ + 'Fossey, Brigitte' + ], 'type' => 'Auteur' }; -- 2.39.5