Bugzilla – Attachment 104770 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), 988 bytes, created by
Nick Clemens (kidclamp)
on 2020-05-12 12:36:46 UTC
(
hide
)
Description:
Bug 25416: (follow-up) Remove useless use statement
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-05-12 12:36:46 UTC
Size:
988 bytes
patch
obsolete
>From 49522f049e96c05e2ec22e48d69380556c38147b 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> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> > >https://bugs.koha-community.org/show_bug.cgi?id=24516 >--- > 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 771a7f4588..ea86b522cb 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.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 25416
:
104533
|
104534
|
104689
|
104694
|
104695
|
104718
|
104719
|
104720
|
104764
|
104767
|
104768
|
104769
| 104770 |
105160
|
105161