Bugzilla – Attachment 51330 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
Tomás Cohen Arazi (tcohen)
on 2016-05-09 14:14:57 UTC
(
hide
)
Description:
Bug 13074: (followup) remove useless diag
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-05-09 14:14:57 UTC
Size:
962 bytes
patch
obsolete
>From 7c647a191657e6abe9fd6d2805abd0f9eeb97cd8 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.7.4
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