Bugzilla – Attachment 52250 Details for
Bug 13074
C4::Items::_build_default_values_for_mod_marc should use Koha::Cache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13074: (followup) remove useless diag
Bug-13074-followup-remove-useless-diag.patch (text/plain), 962 bytes, created by
Jonathan Druart
on 2016-06-10 16:08:14 UTC
(
hide
)
Description:
Bug 13074: (followup) remove useless diag
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-06-10 16:08:14 UTC
Size:
962 bytes
patch
obsolete
>From 5fdb1aed93e35072901953ef4cae535ec24a89d2 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 9 May 2016 11:13:38 -0300 >Subject: [PATCH] Bug 13074: (followup) remove useless diag > >On running all Items-related tests some useless diag showed up. Removing it. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Items/GetItemsForInventory.t | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/t/db_dependent/Items/GetItemsForInventory.t b/t/db_dependent/Items/GetItemsForInventory.t >index 7d6df0a..69451f0 100755 >--- a/t/db_dependent/Items/GetItemsForInventory.t >+++ b/t/db_dependent/Items/GetItemsForInventory.t >@@ -35,8 +35,6 @@ my $dbh = C4::Context->dbh; > $dbh->{AutoCommit} = 0; > $dbh->{RaiseError} = 1; > >-diag("This could take a while for large datasets..."); >- > my ($oldResults, $oldCount) = OldWay($dbh); > my ($newResults, $newCount) = GetItemsForInventory( { interface => 'staff' } ); > >-- >2.8.1
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 13074
:
51126
|
51138
|
51329
|
51330
|
52249
|
52250
|
52254
|
52255