Bugzilla – Attachment 113125 Details for
Bug 16696
Rename "Publisher" to "Publication details" on detail and result lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16696: Fix search_utf8.t
Bug-16696-Fix-searchutf8t.patch (text/plain), 2.09 KB, created by
Jonathan Druart
on 2020-11-05 15:29:04 UTC
(
hide
)
Description:
Bug 16696: Fix search_utf8.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-11-05 15:29:04 UTC
Size:
2.09 KB
patch
obsolete
>From c02408082770bc92ee953ed39c28067412175f27 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 5 Nov 2020 16:27:29 +0100 >Subject: [PATCH] Bug 16696: Fix search_utf8.t > >--- > t/db_dependent/www/search_utf8.t | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/t/db_dependent/www/search_utf8.t b/t/db_dependent/www/search_utf8.t >index 71026a409f..499e6181cc 100755 >--- a/t/db_dependent/www/search_utf8.t >+++ b/t/db_dependent/www/search_utf8.t >@@ -263,7 +263,7 @@ sub test_search{ > return sprintf( "===DIAG===\n%s is %s\n%s %s\n==========", $pref, C4::Context->preference($pref), $xslt_filepath, ( -f $xslt_filepath ? 'exists' : 'does not exist' )); > }; > >- like( $intra_text, qr|Publisher: $publisher|, ) or diag($diag->()); >+ like( $intra_text, qr|Publication details: $publisher|, ) or diag($diag->()); > > $agent->get_ok( "$intranet/cgi-bin/koha/catalogue/search.pl" , "got search on intranet"); > $agent->form_number(5); >@@ -272,7 +272,7 @@ sub test_search{ > $agent->click(); > $intra_text = $agent->text(); > >- like( $intra_text, qr|Publisher: $publisher|, ); >+ like( $intra_text, qr|Publication details: $publisher|, ); > my $expected_base = q|search.pl\?advsearch=1&idx=kw&q=| . uri_escape_utf8( $publisher ); > $agent->base_like(qr|$expected_base|, ); > >@@ -286,7 +286,7 @@ sub test_search{ > $agent->field( 'idx', '' ); > $agent->click( ); > my $opac_text = $agent->text() ; >- like( $opac_text, qr|Publisher: $publisher|, ); >+ like( $opac_text, qr|Publication details: $publisher|, ); > > $agent->get_ok( "$opac" , "got opac"); > $agent->form_name('searchform'); >@@ -295,7 +295,7 @@ sub test_search{ > $agent->click(); > $opac_text = $agent->text(); > >- like( $opac_text, qr|Publisher: $publisher|, ); >+ like( $opac_text, qr|Publication details: $publisher|, ); > $expected_base = q|opac-search.pl\?(idx=&)?q=| . uri_escape_utf8( $publisher ); > $agent->base_like(qr|$expected_base|, ); > # Test added on BZ 14909 in addition to making the empty idx= optional >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16696
:
60722
|
60733
|
112545
|
112547
|
112696
| 113125