Bugzilla – Attachment 46157 Details for
Bug 9129
Add the ability to set the maximum fine for an item to its replacement price
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9129 [QA Followup] - Make unit test file conform to PBP
Bug-9129-QA-Followup---Make-unit-test-file-conform.patch (text/plain), 1.39 KB, created by
Kyle M Hall (khall)
on 2015-12-31 15:42:06 UTC
(
hide
)
Description:
Bug 9129 [QA Followup] - Make unit test file conform to PBP
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-12-31 15:42:06 UTC
Size:
1.39 KB
patch
obsolete
>From 6ecd9311beeb31e2c53385908d676c5cd3e0ee44 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 31 Dec 2015 15:31:19 +0000 >Subject: [PATCH] Bug 9129 [QA Followup] - Make unit test file conform to PBP > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Circulation/CalcFine.t | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/t/db_dependent/Circulation/CalcFine.t b/t/db_dependent/Circulation/CalcFine.t >index d5ab276..66f2d71 100644 >--- a/t/db_dependent/Circulation/CalcFine.t >+++ b/t/db_dependent/Circulation/CalcFine.t >@@ -85,13 +85,13 @@ subtest 'Test basic functionality' => sub { > > my $start_dt = DateTime->new( > year => 2000, >- month => 01, >- day => 01, >+ month => 1, >+ day => 1, > ); > > my $end_dt = DateTime->new( > year => 2000, >- month => 01, >+ month => 1, > day => 30, > ); > >@@ -124,13 +124,13 @@ subtest 'Test cap_fine_to_replacement_price' => sub { > > my $start_dt = DateTime->new( > year => 2000, >- month => 01, >- day => 01, >+ month => 1, >+ day => 1, > ); > > my $end_dt = DateTime->new( > year => 2000, >- month => 01, >+ month => 1, > day => 30, > ); > >-- >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 9129
:
13612
|
13614
|
13615
|
13616
|
14553
|
16197
|
17989
|
17990
|
17991
|
17992
|
18366
|
18367
|
18368
|
18370
|
18371
|
18642
|
18643
|
23305
|
43252
|
43253
|
43298
|
43592
|
43685
|
43686
|
43688
|
43689
|
43745
|
43746
|
43747
|
43781
|
43782
|
43783
|
43784
| 46157