Bug 15142: (RM follow-up) Fix tests
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 13 Jan 2020 09:22:20 +0000 (09:22 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 13 Jan 2020 09:22:20 +0000 (09:22 +0000)
We removed the su-ut facet from zebra config for UNIMARC as it makes no
sense for that case, but we neglected to remove it form the test that
checks the config response.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
t/db_dependent/Search.t

index af1ffc0..60da046 100644 (file)
@@ -960,8 +960,7 @@ sub run_unimarc_search_tests {
              'location' => { 'label_value' => "Location" },
                    'se' => { 'label_value' => "Series" },
                'su-geo' => { 'label_value' => "Places" },
-                'su-to' => { 'label_value' => "Topics" },
-                'su-ut' => { 'label_value' => "Titles" }
+                'su-to' => { 'label_value' => "Topics" }
     };
     delete $expected_facets_info_unimarc->{holdingbranch}
         if Koha::Libraries->count == 1;