Bugzilla – Attachment 166645 Details for
Bug 34788
Add the ability to import KBART files to ERM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34788: (follow-up) Fix unit tests
Bug-34788-follow-up-Fix-unit-tests.patch (text/plain), 1.13 KB, created by
Matt Blenkinsop
on 2024-05-13 14:22:22 UTC
(
hide
)
Description:
Bug 34788: (follow-up) Fix unit tests
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-05-13 14:22:22 UTC
Size:
1.13 KB
patch
obsolete
>From e1ac9eaaed7ddd37084a4a150931abfe41e53498 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Mon, 13 May 2024 14:21:05 +0000 >Subject: [PATCH] Bug 34788: (follow-up) Fix unit tests > >prove t/db_dependent/Koha/BackgroundJob/ImportKBARTFile.t >--- > t/db_dependent/Koha/BackgroundJob/ImportKBARTFile.t | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/t/db_dependent/Koha/BackgroundJob/ImportKBARTFile.t b/t/db_dependent/Koha/BackgroundJob/ImportKBARTFile.t >index 0893ab1492..45a8ec821a 100755 >--- a/t/db_dependent/Koha/BackgroundJob/ImportKBARTFile.t >+++ b/t/db_dependent/Koha/BackgroundJob/ImportKBARTFile.t >@@ -401,8 +401,7 @@ Nature Astronomy,,2397-3366,2017-01,1,1,,,,https://www.nature.com/natastron,,4bb > [ > { > 'type' => 'error', >- 'error_message' => 'No publication_title found for title_id: ', >- 'code' => 'title_failed', >+ 'code' => 'no_title_found', > 'title_id' => '12345', > 'title' => '(Unknown)' > }, >-- >2.37.1 (Apple Git-137.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 34788
:
161379
|
161380
|
161381
|
161382
|
161383
|
161384
|
161391
|
165189
|
165190
|
165191
|
165192
|
165193
|
165194
|
165195
|
165196
|
165197
|
165837
|
165887
|
165888
|
165889
|
165890
|
165891
|
165892
|
165893
|
165894
|
166420
|
166433
|
166434
|
166435
|
166436
|
166437
|
166438
|
166439
|
166440
|
166441
|
166571
| 166645