Bugzilla – Attachment 76908 Details for
Bug 20287
Move AddMember and ModMember to Koha::Patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20287: New warning in t/db_dependent/Koha/Object.t (?)
Bug-20287-New-warning-in-tdbdependentKohaObjectt-.patch (text/plain), 1.14 KB, created by
Jonathan Druart
on 2018-07-12 18:49:36 UTC
(
hide
)
Description:
Bug 20287: New warning in t/db_dependent/Koha/Object.t (?)
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-07-12 18:49:36 UTC
Size:
1.14 KB
patch
obsolete
>From f8caa3c37bfc19418fde0d7f4925eb5b8993d545 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 22 Feb 2018 15:47:21 -0300 >Subject: [PATCH] Bug 20287: New warning in t/db_dependent/Koha/Object.t (?) > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/db_dependent/Koha/Object.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Object.t b/t/db_dependent/Koha/Object.t >index 7630105e8e..d7e13cfbcd 100755 >--- a/t/db_dependent/Koha/Object.t >+++ b/t/db_dependent/Koha/Object.t >@@ -251,7 +251,7 @@ subtest 'store() tests' => sub { > my $patron = Koha::Patron->new({ categorycode => $category_id }); > > my $print_error = $schema->storage->dbh->{PrintError}; >- $schema->storage->dbh->{PrintError} = 0; >+ $schema->storage->dbh->{PrintError} = 0; # FIXME This does not longer work - because of the transaction in Koha::Patron->store? > throws_ok > { $patron->store } > 'Koha::Exceptions::Object::FKConstraint', >-- >2.11.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 20287
:
73436
|
76901
|
76902
|
76903
|
76904
|
76905
|
76906
|
76907
| 76908 |
76909
|
76910
|
76911
|
76912
|
76913
|
76914
|
76915
|
76916
|
76917
|
76918
|
76919
|
76920
|
76921
|
76922
|
76923
|
76924
|
76927
|
77221