Bugzilla – Attachment 29188 Details for
Bug 12417
Koha::Borrower::Files.pm needs unit tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12417: Allow execution of UTs on a DB with issues
Bug-12417-Allow-execution-of-UTs-on-a-DB-with-issu.patch (text/plain), 710 bytes, created by
Yohann Dufour
on 2014-06-24 08:04:44 UTC
(
hide
)
Description:
Bug 12417: Allow execution of UTs on a DB with issues
Filename:
MIME Type:
Creator:
Yohann Dufour
Created:
2014-06-24 08:04:44 UTC
Size:
710 bytes
patch
obsolete
>From dc98247a775ac9aff3a35f6a132e95b0896350fd Mon Sep 17 00:00:00 2001 >From: Yohann Dufour <dufour.yohann@gmail.com> >Date: Tue, 24 Jun 2014 10:02:06 +0200 >Subject: [PATCH] Bug 12417: Allow execution of UTs on a DB with issues > >--- > t/db_dependent/Borrower_Files.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Borrower_Files.t b/t/db_dependent/Borrower_Files.t >index 19852df..281cefd 100644 >--- a/t/db_dependent/Borrower_Files.t >+++ b/t/db_dependent/Borrower_Files.t >@@ -30,6 +30,7 @@ my $dbh = C4::Context->dbh; > $dbh->{AutoCommit} = 0; > $dbh->{RaiseError} = 1; > >+$dbh->do(q|DELETE FROM issues|); > $dbh->do(q|DELETE FROM borrowers|); > $dbh->do(q|DELETE FROM borrower_files|); > >-- >1.9.1
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 12417
:
28864
|
29152
|
29188
|
29588
|
29645