Bugzilla – Attachment 34525 Details for
Bug 13456
Serials/Claims.t expects no subscriptions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13456: Serials/Claims.t expects no subscriptions
Bug-13456-SerialsClaimst-expects-no-subscriptions.patch (text/plain), 1.11 KB, created by
Jonathan Druart
on 2014-12-19 10:12:01 UTC
(
hide
)
Description:
Bug 13456: Serials/Claims.t expects no subscriptions
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-12-19 10:12:01 UTC
Size:
1.11 KB
patch
obsolete
>From 68570615d9aa4fa73c5633651440d0f9201d4a2a Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Fri, 12 Dec 2014 16:32:40 -0500 >Subject: [PATCH] Bug 13456: Serials/Claims.t expects no subscriptions > >However, this is an unreasonable assumption for a system which >is in use (either lots of testing or production). > >TEST PLAN >--------- >1) Have a supplier with a late subscription. >2) prove t/db_dependent/Serials/Claims.t > -- will fail >3) apply patch >4) prove t/db_dependent/Serials/Claims.t > -- success >5) run koha qa test tools > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > t/db_dependent/Serials/Claims.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Serials/Claims.t b/t/db_dependent/Serials/Claims.t >index 60f851a..83d585e 100644 >--- a/t/db_dependent/Serials/Claims.t >+++ b/t/db_dependent/Serials/Claims.t >@@ -12,6 +12,7 @@ $dbh->{AutoCommit} = 0; > $dbh->{RaiseError} = 1; > > $dbh->do(q|DELETE FROM issues|); >+$dbh->do(q|DELETE FROM subscription|); > > my $branchcode = 'CPL'; > my $bpid = AddBudgetPeriod({ >-- >2.1.0
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 13456
:
34371
|
34480
| 34525