Bugzilla – Attachment 104764 Details for
Bug 25416
Add information about anonymous session for XSLT use
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25416: (follow-up) Remove useless use statement
Bug-25416-follow-up-Remove-useless-use-statement.patch (text/plain), 876 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2020-05-12 12:09:58 UTC
(
hide
)
Description:
Bug 25416: (follow-up) Remove useless use statement
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-05-12 12:09:58 UTC
Size:
876 bytes
patch
obsolete
>From c7e1249d770698383f8d0178910d7c2462138d89 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 12 May 2020 09:09:22 -0300 >Subject: [PATCH] Bug 25416: (follow-up) Remove useless use statement > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Search.t | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/t/db_dependent/Search.t b/t/db_dependent/Search.t >index 17c36434a2..97a4154f12 100644 >--- a/t/db_dependent/Search.t >+++ b/t/db_dependent/Search.t >@@ -492,7 +492,6 @@ ok(MARC::Record::new_from_xml($results_hashref->{biblioserver}->{RECORDS}->[0],' > } > is ($allavailable, 'true', 'All records have at least one item available'); > >- use Test::MockModule; > my $mocked_xslt = Test::MockModule->new('Koha::XSLT::Base'); > $mocked_xslt->mock( 'transform', sub { > my ($self, $xml) = @_; >-- >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 25416
:
104533
|
104534
|
104689
|
104694
|
104695
|
104718
|
104719
|
104720
|
104764
|
104767
|
104768
|
104769
|
104770
|
105160
|
105161