Bugzilla – Attachment 131237 Details for
Bug 22531
Allow for multiple requests to partners and display partners in audit log
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22531: (QA follow-up) Fix Unit Tests
Bug-22531-QA-follow-up-Fix-Unit-Tests.patch (text/plain), 2.32 KB, created by
Martin Renvoize (ashimema)
on 2022-03-02 10:44:45 UTC
(
hide
)
Description:
Bug 22531: (QA follow-up) Fix Unit Tests
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-03-02 10:44:45 UTC
Size:
2.32 KB
patch
obsolete
>From 30fb0edff2afb2c8a6635a0b121321ffdb3fd68e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 2 Mar 2022 10:41:27 +0000 >Subject: [PATCH] Bug 22531: (QA follow-up) Fix Unit Tests > >This patch series adds the ability to generate a partners request >multiple times from the same ILL request. It does this be adding the >'GENREQ' action to both 'prev_actions' and 'next_actions' in the >'GENREQ' status segment of the status graph. > >This QA followup updates the status graph tests to reflect this change. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/db_dependent/Illrequests.t | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/t/db_dependent/Illrequests.t b/t/db_dependent/Illrequests.t >index 2a0b22c92d..7ad0b52515 100755 >--- a/t/db_dependent/Illrequests.t >+++ b/t/db_dependent/Illrequests.t >@@ -298,12 +298,12 @@ subtest 'Status Graph tests' => sub { > ui_method_icon => 'fa-check', > }, > GENREQ => { >- prev_actions => [ 'NEW', 'REQREV' ], >+ prev_actions => [ 'NEW', 'REQREV', 'GENREQ' ], > id => 'GENREQ', > name => 'Requested from partners', > ui_method_name => 'Place request with partners', > method => 'generic_confirm', >- next_actions => [ 'COMP', 'CHK' ], >+ next_actions => [ 'COMP', 'CHK', 'GENREQ' ], > ui_method_icon => 'fa-send-o', > }, > REQREV => { >@@ -417,12 +417,12 @@ subtest 'Status Graph tests' => sub { > ui_method_icon => 'fa-check', > }, > GENREQ => { >- prev_actions => [ 'NEW', 'REQREV' ], >+ prev_actions => [ 'NEW', 'REQREV', 'GENREQ' ], > id => 'GENREQ', > name => 'Requested from partners', > ui_method_name => 'Place request with partners', > method => 'generic_confirm', >- next_actions => [ 'COMP', 'CHK' ], >+ next_actions => [ 'COMP', 'CHK', 'GENREQ' ], > ui_method_icon => 'fa-send-o', > }, > REQREV => { >@@ -1400,7 +1400,7 @@ subtest 'Checking Limits' => sub { > > subtest 'Custom statuses' => sub { > >- plan tests => 3; >+ plan tests => 5; > > $schema->storage->txn_begin; > >-- >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 22531
:
86723
|
86744
|
118843
|
118844
|
122643
|
122644
|
124979
|
124980
|
131234
|
131235
|
131236
|
131237
|
133708
|
133709
|
133710
|
133711
|
145726
|
145727
|
145728
|
145729
|
145730