Bugzilla – Attachment 50523 Details for
Bug 12787
Unit test files should be better organized
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12787: (QA followup) small QA fixes
Bug-12787-QA-followup-small-QA-fixes.patch (text/plain), 1.38 KB, created by
Kyle M Hall (khall)
on 2016-04-21 14:47:12 UTC
(
hide
)
Description:
Bug 12787: (QA followup) small QA fixes
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-04-21 14:47:12 UTC
Size:
1.38 KB
patch
obsolete
>From f28d253e2a0dd751aff295bcc14d2e2cd37f0ff5 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@unc.edu.ar> >Date: Thu, 7 Apr 2016 12:56:39 -0300 >Subject: [PATCH] Bug 12787: (QA followup) small QA fixes > >Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Circulation/CalcDateDue.t | 1 - > t/db_dependent/Circulation/transfers.t | 2 +- > 2 files changed, 1 insertion(+), 2 deletions(-) > >diff --git a/t/db_dependent/Circulation/CalcDateDue.t b/t/db_dependent/Circulation/CalcDateDue.t >index a0a5b8b..d1f39de 100644 >--- a/t/db_dependent/Circulation/CalcDateDue.t >+++ b/t/db_dependent/Circulation/CalcDateDue.t >@@ -20,7 +20,6 @@ my $issuelength = 10; > my $renewalperiod = 5; > my $lengthunit = 'days'; > >-my $loanlength; > my $mock_undef = [ > [] > ]; >diff --git a/t/db_dependent/Circulation/transfers.t b/t/db_dependent/Circulation/transfers.t >index 7baee3c..e92cadf 100644 >--- a/t/db_dependent/Circulation/transfers.t >+++ b/t/db_dependent/Circulation/transfers.t >@@ -140,7 +140,7 @@ cmp_deeply( > frombranch => $samplebranch1->{branchcode} > } > ], >- "Item1 and Item2 has been transfered from branch1 to branch2" >+ "Item1 and Item2 has been transferred from branch1 to branch2" > ); > my @transferto = GetTransfersFromTo( undef, $samplebranch2->{branchcode} ); > is_deeply( \@transferto, [], >-- >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 12787
:
50027
|
50033
|
50034
|
50521
|
50522
| 50523 |
50524