Bugzilla – Attachment 29154 Details for
Bug 12427
C4::Members::Attributes.pm needs unit tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 12427: Allow execution of UTs on a DB with issues
SIGNED-OFF-Bug-12427-Allow-execution-of-UTs-on-a-D.patch (text/plain), 869 bytes, created by
Bernardo Gonzalez Kriegel
on 2014-06-23 00:29:05 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 12427: Allow execution of UTs on a DB with issues
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2014-06-23 00:29:05 UTC
Size:
869 bytes
patch
obsolete
>From 531cb48cf81e22425a9db6c7d87d51503f029285 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 19 Jun 2014 13:50:31 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 12427: Allow execution of UTs on a DB with > issues > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >--- > t/db_dependent/Members_Attributes.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Members_Attributes.t b/t/db_dependent/Members_Attributes.t >index d36a4c0..2039db0 100755 >--- a/t/db_dependent/Members_Attributes.t >+++ b/t/db_dependent/Members_Attributes.t >@@ -31,6 +31,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_attributes|); > $dbh->do(q|DELETE FROM borrower_attribute_types|); >-- >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 12427
:
28919
|
28921
|
28922
|
29008
|
29009
|
29153
|
29154
|
29185
|
29186