Bugzilla – Attachment 67683 Details for
Bug 19386
t/db_dependent/SIP/Patron.t is failing randomly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19386: [QA Follow-up] Remove some default values
Bug-19386-QA-Follow-up-Remove-some-default-values.patch (text/plain), 1.33 KB, created by
Marcel de Rooy
on 2017-10-06 09:42:33 UTC
(
hide
)
Description:
Bug 19386: [QA Follow-up] Remove some default values
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-10-06 09:42:33 UTC
Size:
1.33 KB
patch
obsolete
>From 2fc526a4e180d777bb9f794be685a3ff0cc29800 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 6 Oct 2017 11:39:42 +0200 >Subject: [PATCH] Bug 19386: [QA Follow-up] Remove some default values >Content-Type: text/plain; charset=utf-8 > >In the meantime bug 19403 added default nulls for gonenoaddress, lost >and debarred. So these lines can be removed safely. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/SIP/Patron.t | 6 ------ > 1 file changed, 6 deletions(-) > >diff --git a/t/db_dependent/SIP/Patron.t b/t/db_dependent/SIP/Patron.t >index cbcebb1..3008888 100755 >--- a/t/db_dependent/SIP/Patron.t >+++ b/t/db_dependent/SIP/Patron.t >@@ -35,10 +35,7 @@ subtest "OverduesBlockCirc tests" => sub { > { > source => 'Borrower', > value => { >- debarred => undef, > dateexpiry => "3000-01-01", >- lost => 0, >- gonenoaddress => 0, > } > } > ); >@@ -46,10 +43,7 @@ subtest "OverduesBlockCirc tests" => sub { > { > source => 'Borrower', > value => { >- debarred => undef, > dateexpiry => "3000-01-01", >- lost => 0, >- gonenoaddress => 0, > } > } > ); >-- >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 19386
:
67432
|
67481
|
67682
| 67683