Bugzilla – Attachment 38984 Details for
Bug 13969
Testing C4::Review
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13969 [QA Followup] - Delete issues before borrowers
Bug-13969-QA-Followup---Delete-issues-before-borro.patch (text/plain), 744 bytes, created by
Kyle M Hall (khall)
on 2015-05-08 14:06:04 UTC
(
hide
)
Description:
Bug 13969 [QA Followup] - Delete issues before borrowers
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-05-08 14:06:04 UTC
Size:
744 bytes
patch
obsolete
>From 7c7810ca911fa813193e178f156648db2626b6b0 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 8 May 2015 10:04:12 -0400 >Subject: [PATCH] Bug 13969 [QA Followup] - Delete issues before borrowers > >--- > t/db_dependent/Review.t | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/t/db_dependent/Review.t b/t/db_dependent/Review.t >index 5507e2f..6ef7867 100644 >--- a/t/db_dependent/Review.t >+++ b/t/db_dependent/Review.t >@@ -45,6 +45,7 @@ my $dbh = C4::Context->dbh; > $dbh->{AutoCommit} = 0; > $dbh->{RaiseError} = 1; > $dbh->do('DELETE FROM reviews'); >+$dbh->do('DELETE FROM issues'); > $dbh->do('DELETE FROM borrowers'); > > # ---------- Some borrowers for testing ------------------- >-- >1.7.2.5
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 13969
:
37615
|
37618
|
37819
|
37820
|
38897
|
38898
|
38982
|
38983
|
38984
|
38985
|
38986
|
38987
|
38988
|
38989
|
38990