Bugzilla – Attachment 104618 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) Fix wrong test
Bug-25423-follow-up-Fix-wrong-test.patch (text/plain), 901 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2020-05-08 19:46:54 UTC
(
hide
)
Description:
Bug 25423: (follow-up) Fix wrong test
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-05-08 19:46:54 UTC
Size:
901 bytes
patch
obsolete
>From fc9ef3a2799f4654b114c319c1955113f7f716c6 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 8 May 2020 16:45:49 -0300 >Subject: [PATCH] Bug 25423: (follow-up) Fix wrong test > >This is confusing: why does it pass on all OSs but Debian 8? > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/Koha/Exceptions.t | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/t/Koha/Exceptions.t b/t/Koha/Exceptions.t >index a63de79b9b..13f83049ab 100644 >--- a/t/Koha/Exceptions.t >+++ b/t/Koha/Exceptions.t >@@ -179,9 +179,7 @@ subtest 'Koha::Exceptions::Patron::Relationship tests' => sub { > > subtest 'Koha::Exceptions::Object::NotInstantiated tests' => sub { > >- plan tests => 5; >- >- use_ok('Koha::Exceptions::Object::NotInstantiated'); >+ plan tests => 4; > > throws_ok > { Koha::Exceptions::Object::NotInstantiated->throw( >-- >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