Bugzilla – Attachment 43146 Details for
Bug 14888
Move the cities related code to Koha::Cities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14888: (QA followup) remove unused lib/var
Bug-14888-QA-followup-remove-unused-libvar.patch (text/plain), 829 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2015-10-05 15:25:58 UTC
(
hide
)
Description:
Bug 14888: (QA followup) remove unused lib/var
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-10-05 15:25:58 UTC
Size:
829 bytes
patch
obsolete
>From b36cec6cbaeb4c78dafdcd3138925a7c1d625dc4 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 5 Oct 2015 12:23:26 -0300 >Subject: [PATCH] Bug 14888: (QA followup) remove unused lib/var > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Koha/Cities.t | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/t/db_dependent/Koha/Cities.t b/t/db_dependent/Koha/Cities.t >index 1f90bd4..5c3fdea 100644 >--- a/t/db_dependent/Koha/Cities.t >+++ b/t/db_dependent/Koha/Cities.t >@@ -21,9 +21,7 @@ use Modern::Perl; > use Test::More tests => 4; > use Koha::City; > use Koha::Cities; >-use t::lib::TestBuilder; > >-my $builder = t::lib::TestBuilder->new; > my $nb_of_cities = Koha::Cities->search->count; > my $new_city_1 = Koha::City->new({ > city_name => 'my_city_name_for_test_1', >-- >2.6.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 14888
:
42844
|
42845
|
42853
|
42854
|
43015
|
43048
|
43049
|
43086
|
43087
|
43088
|
43089
| 43146