From bd7329aac0454873a6311cf51d33dd82a5a66927 Mon Sep 17 00:00:00 2001
From: Mark Tompsett <mtompset@hotmail.com>
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

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work (both patches). Test pass. No koha-qa errors

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
---
 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 6cf26e9..46d63f4 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';
-- 
1.7.10.4