Bugzilla – Attachment 167041 Details for
Bug 36924
t/db_dependent/Search.t generates warnings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36924: (follow-up) Remove unused $transfer
Bug-36924-follow-up-Remove-unused-transfer.patch (text/plain), 1.39 KB, created by
Marcel de Rooy
on 2024-05-22 13:43:10 UTC
(
hide
)
Description:
Bug 36924: (follow-up) Remove unused $transfer
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-05-22 13:43:10 UTC
Size:
1.39 KB
patch
obsolete
>From 9de6c76b6fbbb2753d939286a45a9f437d419d5b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 22 May 2024 13:41:10 +0000 >Subject: [PATCH] Bug 36924: (follow-up) Remove unused $transfer >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/Search.t | 11 ----------- > 1 file changed, 11 deletions(-) > >diff --git a/t/db_dependent/Search.t b/t/db_dependent/Search.t >index 3beed6121c..7c32e9e2ef 100755 >--- a/t/db_dependent/Search.t >+++ b/t/db_dependent/Search.t >@@ -709,17 +709,6 @@ ok(MARC::Record::new_from_xml($results_hashref->{biblioserver}->{RECORDS}->[0],' > # make one of the test items appear to be in transit > my $circ_module = Test::MockModule->new('C4::Circulation'); > my $builder = t::lib::TestBuilder->new; >- my $transfer = $builder->build( >- { >- source => 'Branchtransfer', >- value => { >- itemnumber => 11, >- frombranch => 'MPL', >- tobranch => 'CPL', >- datesent => \'NOW()' >- } >- } >- ); > > ($error, $results_hashref, $facets_loop) = getRecords("TEST12121212","TEST12121212",[ ], [ 'biblioserver' ],20,0,\%branches,\%itemtypes,$query_type,0); > @newresults = searchResults({'interface'=>'intranet'}, $query_desc, $results_hashref->{'biblioserver'}->{'hits'}, 17, 0, 0, >-- >2.30.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 36924
:
167028
|
167040
|
167041
|
167064
|
167067
|
167068
|
167070
|
167071