Bugzilla – Attachment 102927 Details for
Bug 25044
No need to define koha_object[s]_class for standard object class names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25044: (follow-up) Fix wrong tests
Bug-25044-follow-up-Fix-wrong-tests.patch (text/plain), 904 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2020-04-14 11:58:51 UTC
(
hide
)
Description:
Bug 25044: (follow-up) Fix wrong tests
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-04-14 11:58:51 UTC
Size:
904 bytes
patch
obsolete
>From aa4f2b5915188ab7f72ca9e41ed4d692e0edbd5a Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 14 Apr 2020 08:53:15 -0300 >Subject: [PATCH] Bug 25044: (follow-up) Fix wrong tests > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/Koha/REST/Plugin/Query.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/Koha/REST/Plugin/Query.t b/t/Koha/REST/Plugin/Query.t >index 8a275774da..b504f3ba5f 100644 >--- a/t/Koha/REST/Plugin/Query.t >+++ b/t/Koha/REST/Plugin/Query.t >@@ -348,7 +348,7 @@ subtest '/dbic_merge_prefetch' => sub { > my $t = Test::Mojo->new; > > $t->get_ok('/dbic_merge_prefetch')->status_is(200) >- ->json_is( '/prefetch/0' => 'biblio' ) >+ ->json_is( '/prefetch/0' => { 'biblio' => 'orders' } ) > ->json_is( '/prefetch/1' => 'item' ); > > $t->get_ok('/dbic_merge_prefetch_recursive')->status_is(200) >-- >2.26.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 25044
:
102297
|
102298
|
102529
|
102774
| 102927