Bugzilla – Attachment 66780 Details for
Bug 9857
Did you mean? from authorities uses incorrect punctuation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9857: Fix failing test
Bug-9857-Fix-failing-test.patch (text/plain), 1.03 KB, created by
Jonathan Druart
on 2017-09-01 19:21:13 UTC
(
hide
)
Description:
Bug 9857: Fix failing test
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-09-01 19:21:13 UTC
Size:
1.03 KB
patch
obsolete
>From d3e0ff104dc427072c4e5725633069f8c6de5e69 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 1 Sep 2017 16:20:18 -0300 >Subject: [PATCH] Bug 9857: Fix failing test > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > t/SuggestionEngine_AuthorityFile.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/SuggestionEngine_AuthorityFile.t b/t/SuggestionEngine_AuthorityFile.t >index 10a5734..eab5fb6 100755 >--- a/t/SuggestionEngine_AuthorityFile.t >+++ b/t/SuggestionEngine_AuthorityFile.t >@@ -67,7 +67,7 @@ is(ref($suggestor), 'Koha::SuggestionEngine', 'Created suggestion engine'); > > my $result = $suggestor->get_suggestions({search => 'Cookery'}); > >-is_deeply($result, [ { 'search' => 'an=1234', 'relevance' => 1, 'label' => 'Cooking' } ], "Suggested correct alternative to 'Cookery'"); >+is_deeply($result, [ { 'search' => 'an:1234', 'relevance' => 1, 'label' => 'Cooking' } ], "Suggested correct alternative to 'Cookery'"); > > done_testing(); > >-- >2.1.4
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 9857
:
45398
|
45490
|
45505
|
66218
|
66325
|
66326
|
66717
|
66718
| 66780 |
66781