Bugzilla – Attachment 127533 Details for
Bug 17314
Routes to create, list and delete a purchase suggestion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17314: Make TestBuilder set good defaults for Suggestions [20.11.x]
Bug-17314-Make-TestBuilder-set-good-defaults-for-S.patch (text/plain), 857 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2021-11-11 11:36:52 UTC
(
hide
)
Description:
Bug 17314: Make TestBuilder set good defaults for Suggestions [20.11.x]
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-11-11 11:36:52 UTC
Size:
857 bytes
patch
obsolete
>From c67764c53a04223c2eb742db9ede41e65ef4c589 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 23 Apr 2021 14:41:08 -0300 >Subject: [PATCH] Bug 17314: Make TestBuilder set good defaults for Suggestions > [20.11.x] > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/lib/TestBuilder.pm | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm >index ee375425af..e0b058eec7 100644 >--- a/t/lib/TestBuilder.pm >+++ b/t/lib/TestBuilder.pm >@@ -596,6 +596,10 @@ sub _gen_default_values { > BorrowerAttributeType => { > mandatory => 0, > }, >+ Suggestion => { >+ suggesteddate => dt_from_string()->ymd, >+ STATUS => 'ASKED' >+ }, > }; > } > >-- >2.33.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 17314
:
58098
|
58100
|
58101
|
58993
|
60133
|
90171
|
90172
|
90176
|
91545
|
91546
|
93761
|
93762
|
93763
|
93764
|
93765
|
108380
|
109972
|
109973
|
109974
|
109975
|
109976
|
109977
|
114113
|
114114
|
114115
|
114116
|
114117
|
114118
|
120111
|
120133
|
120134
|
120135
|
120136
|
125097
|
125098
|
125099
|
125100
|
125101
|
125102
|
125103
|
125104
| 127533 |
127534
|
127535
|
127536