Bugzilla – Attachment 50518 Details for
Bug 16155
Composite keys in TestBuilder and more
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16155: (QA followup) fix small bug in t/db_dependent/ILSDI_Services.t
Bug-16155-QA-followup-fix-small-bug-in-tdbdependen.patch (text/plain), 867 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2016-04-21 14:27:31 UTC
(
hide
)
Description:
Bug 16155: (QA followup) fix small bug in t/db_dependent/ILSDI_Services.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-04-21 14:27:31 UTC
Size:
867 bytes
patch
obsolete
>From e9bf7e8034add2a3e91c6d44cc22e95f95268f0d Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 21 Apr 2016 11:23:58 -0300 >Subject: [PATCH] Bug 16155: (QA followup) fix small bug in > t/db_dependent/ILSDI_Services.t > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/ILSDI_Services.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/ILSDI_Services.t b/t/db_dependent/ILSDI_Services.t >index ee012e2..4f69054 100644 >--- a/t/db_dependent/ILSDI_Services.t >+++ b/t/db_dependent/ILSDI_Services.t >@@ -150,7 +150,7 @@ $schema->resultset( 'Branch' )->delete_all; > source => 'Borrower', > value => { > categorycode => $cat->{'categorycode'}, >- branchcode => $lib, >+ branchcode => $lib->{'branchcode'}, > } > } ); > >-- >2.7.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 16155
:
49634
|
49635
|
49636
|
49637
|
49638
|
50490
|
50491
|
50492
|
50493
|
50494
|
50518
|
50525
|
50526
|
50527
|
50528
|
50529
|
50530