From 9eaeff058d91a636a114ff9a0e780525d717bd2b 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 - 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 --- 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 9265594..b93219d 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 '--'; } else { warn "The syspref $pref was requested but I don't know what to say; this indicates that the test requires updating" -- 1.7.9.5