From 4219063f341f0e7305501abc27f9f20537d4718e Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Thu, 10 Apr 2014 00:13:29 -0400 Subject: [PATCH] Bug 10330: (follow-up) fix missed case of authoritysep $ git grep authoritysep This showed: 1) the updatedatabase.pl script, as expected, 2) lots of po files, 3) a test file that was missed. TEST PLAN --------- 1) prove -v t/db_dependent/Search.t 2) Run koha QA test tools Signed-off-by: Bernardo Gonzalez Kriegel Work (both patches). Test pass. No koha-qa errors Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- t/db_dependent/Search.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Search.t b/t/db_dependent/Search.t index 6cf26e90d1..46d63f41a4 100644 --- a/t/db_dependent/Search.t +++ b/t/db_dependent/Search.t @@ -113,7 +113,7 @@ $contextmodule->mock('preference', sub { return ''; } elsif ($pref eq 'AlternateHoldingsField') { return '490av'; - } elsif ($pref eq 'authoritysep') { + } elsif ($pref eq 'AuthoritySeparator') { return '--'; } elsif ($pref eq 'DisplayLibraryFacets') { return 'holding'; -- 2.39.2