Bugzilla – Attachment 59046 Details for
Bug 17917
t/db_dependent/check_sysprefs.t fails on kohadev strangely
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17917: Fix Jenkins for t/db_dependent/Circulation/Branch.t
Bug-17917-Fix-Jenkins-for-tdbdependentCirculationB.patch (text/plain), 1.45 KB, created by
Mark Tompsett
on 2017-01-17 01:35:03 UTC
(
hide
)
Description:
Bug 17917: Fix Jenkins for t/db_dependent/Circulation/Branch.t
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2017-01-17 01:35:03 UTC
Size:
1.45 KB
patch
obsolete
>From ecf92b6d3b0460fe1e4b83e118567022928ddb0c Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Mon, 16 Jan 2017 20:33:11 -0500 >Subject: [PATCH] Bug 17917: Fix Jenkins for > t/db_dependent/Circulation/Branch.t > >TEST PLAN >--------- >1) prove -v t/db_dependent/Circulation/Branch.t > -- fails >2) apply this patch >3) prove -v t/db_dependent/Circulation/Branch.t > -- succeeds >4) run koha qa test tools >--- > t/db_dependent/Circulation/Branch.t | 16 ++++++++++------ > 1 file changed, 10 insertions(+), 6 deletions(-) > >diff --git a/t/db_dependent/Circulation/Branch.t b/t/db_dependent/Circulation/Branch.t >index 3e46064..e542f4d 100644 >--- a/t/db_dependent/Circulation/Branch.t >+++ b/t/db_dependent/Circulation/Branch.t >@@ -137,12 +137,16 @@ my @sampleitem3 = C4::Items::AddItem( > my $item_id3 = $sampleitem3[2]; > > #Add borrower >-my $borrower_id1 = C4::Members::AddMember( >- firstname => 'firstname1', >- surname => 'surname1 ', >- categorycode => $samplecat->{categorycode}, >- branchcode => $samplebranch1->{branchcode}, >-); >+my $patron1 = $builder->build({ >+ source => 'Borrower', >+ value => { >+ firstname => 'firstname1', >+ surname => 'surname1 ', >+ categorycode => $samplecat->{categorycode}, >+ branchcode => $samplebranch1->{branchcode}, >+ }, >+}); >+my $borrower_id1 = $patron1->{borrowernumber}; > my $borrower_1 = C4::Members::GetMember(borrowernumber => $borrower_id1); > > is_deeply( >-- >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 17917
:
59026
|
59027
|
59028
|
59029
|
59030
|
59031
|
59039
|
59040
|
59041
|
59042
|
59044
|
59045
|
59046
|
59052
|
59062
|
59175
|
59206
|
59207
|
59274
|
59287
|
59299
|
59310
|
59311
|
59313
|
59319
|
59320
|
59321