Bugzilla – Attachment 104595 Details for
Bug 25423
Methods update and empty from Koha::Objects are not class methods
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25423: (follow-up) Unit tests
Bug-25423-follow-up-Unit-tests.patch (text/plain), 1.06 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-05-08 13:22:59 UTC
(
hide
)
Description:
Bug 25423: (follow-up) Unit tests
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-05-08 13:22:59 UTC
Size:
1.06 KB
patch
obsolete
>From 426d2c5d4b6574afe60548454eb3253bf6c67fa6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 8 May 2020 15:17:07 +0200 >Subject: [PATCH] Bug 25423: (follow-up) Unit tests > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Koha/Objects.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Objects.t b/t/db_dependent/Koha/Objects.t >index 09d18b210a..0f67e123dd 100644 >--- a/t/db_dependent/Koha/Objects.t >+++ b/t/db_dependent/Koha/Objects.t >@@ -859,7 +859,7 @@ subtest 'Return same values as DBIx::Class' => sub { > 'Koha::Exceptions::Object::NotInstantiated', > 'Exception thrown if not instantiated class'; > >- is( "$@", 'Tried to access the \'update\' method, but Koha::Patrons is not instantiated', 'Exception stringified correctly' ); >+ is( "$@", 'Tried to access the \'update\' method, but Koha::Cities is not instantiated', 'Exception stringified correctly' ); > > }; > }; >-- >2.26.2
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 25423
:
104587
|
104588
|
104589
|
104590
|
104591
|
104592
|
104593
|
104594
| 104595 |
104596
|
104618