Bugzilla – Attachment 71065 Details for
Bug 19530
Prevent multiple transfers from existing for one item
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19530 - Added commentary for last test when prove -v
Bug-19530---Added-commentary-for-last-test-when-pr.patch (text/plain), 1.22 KB, created by
Kyle M Hall (khall)
on 2018-01-30 16:23:25 UTC
(
hide
)
Description:
Bug 19530 - Added commentary for last test when prove -v
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-01-30 16:23:25 UTC
Size:
1.22 KB
patch
obsolete
>From 8cc8f763608c5957f153fb1a630f70bcb05456e4 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Wed, 25 Oct 2017 21:28:10 -0400 >Subject: [PATCH] Bug 19530 - Added commentary for last test when prove -v > >Before patch, prove -v had no comment for the last test. >After patch, it says something in line with second last test. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Circulation/transfers.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Circulation/transfers.t b/t/db_dependent/Circulation/transfers.t >index dc3a9e8..299c059 100644 >--- a/t/db_dependent/Circulation/transfers.t >+++ b/t/db_dependent/Circulation/transfers.t >@@ -207,7 +207,7 @@ ModItemTransfer( > ); > $transfer->{_result}->discard_changes; > ok( $transfer->datearrived, 'Date arrived is set when new transfer is initiated' ); >-is( $transfer->comments, "Canceled, new transfer from $branchcode_1 to $branchcode_2 created" ); >+is( $transfer->comments, "Canceled, new transfer from $branchcode_1 to $branchcode_2 created", 'Transfer comment is set as expected when new transfer is initiated' ); > > $schema->storage->txn_rollback; > >-- >2.10.2
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 19530
:
68541
|
68573
|
68574
|
71065
|
71066
|
71235
|
71236
|
71237