Bugzilla – Attachment 147899 Details for
Bug 27542
It should be possible to cancel an ILL request sent to a partner
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27542: (follow-up) Fix unit test
Bug-27542-follow-up-Fix-unit-test.patch (text/plain), 1.75 KB, created by
Martin Renvoize (ashimema)
on 2023-03-08 11:24:00 UTC
(
hide
)
Description:
Bug 27542: (follow-up) Fix unit test
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-03-08 11:24:00 UTC
Size:
1.75 KB
patch
obsolete
>From 7764a2080a537a84336e80c19d75fb1810e4505e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 8 Mar 2023 11:23:26 +0000 >Subject: [PATCH] Bug 27542: (follow-up) Fix unit test > >--- > t/db_dependent/Illrequests.t | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/t/db_dependent/Illrequests.t b/t/db_dependent/Illrequests.t >index 2124561a1c..f32a10e752 100755 >--- a/t/db_dependent/Illrequests.t >+++ b/t/db_dependent/Illrequests.t >@@ -366,7 +366,7 @@ subtest 'Status Graph tests' => sub { > prev_actions => [ 'REQ', 'GENREQ' ], > id => 'REQREV', > name => 'Request reverted', >- ui_method_name => 'Revert Request', >+ ui_method_name => 'Revert request', > method => 'cancel', > next_actions => [ 'REQ', 'GENREQ', 'KILL' ], > ui_method_icon => 'fa-times', >@@ -478,14 +478,14 @@ subtest 'Status Graph tests' => sub { > name => 'Requested from partners', > ui_method_name => 'Place request with partners', > method => 'generic_confirm', >- next_actions => [ 'COMP', 'CHK' ], >+ next_actions => [ 'COMP', 'CHK', 'REQREV' ], > ui_method_icon => 'fa-send-o', > }, > REQREV => { >- prev_actions => [ 'REQ' ], >+ prev_actions => [ 'REQ', 'GENREQ' ], > id => 'REQREV', > name => 'Request reverted', >- ui_method_name => 'Revert Request', >+ ui_method_name => 'Revert request', > method => 'cancel', > next_actions => [ 'REQ', 'GENREQ', 'KILL' ], > ui_method_icon => 'fa-times', >-- >2.39.2
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 27542
:
115741
|
147897
|
147898
|
147899
|
150641
|
150642
|
150643
|
151458
|
151459
|
151460