Bugzilla – Attachment 74639 Details for
Bug 20590
Koha::Exceptions does not stringify the exceptions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20590: Fix Members.t
Bug-20590-Fix-Memberst.patch (text/plain), 886 bytes, created by
Jonathan Druart
on 2018-04-20 13:18:21 UTC
(
hide
)
Description:
Bug 20590: Fix Members.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-04-20 13:18:21 UTC
Size:
886 bytes
patch
obsolete
>From 439844afaaed1e7507119e34c10ace50d31adfdf Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 20 Apr 2018 10:17:49 -0300 >Subject: [PATCH] Bug 20590: Fix Members.t > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > t/db_dependent/Members.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Members.t b/t/db_dependent/Members.t >index 07a7a30593..1f9de78f2f 100755 >--- a/t/db_dependent/Members.t >+++ b/t/db_dependent/Members.t >@@ -417,7 +417,7 @@ subtest 'AddMember (invalid categorycode) tests' => sub { > > throws_ok > { AddMember( %{ $patron_data } ); } >- 'Koha::Exceptions::BadParameter', >+ 'Koha::Exceptions::Object::FKConstraint', > 'AddMember raises an exception on invalid categorycode'; > > $schema->storage->txn_rollback; >-- >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 20590
:
74246
|
74556
|
74560
|
74561
|
74562
|
74563
|
74583
| 74639