Bugzilla – Attachment 56091 Details for
Bug 17396
t/DataTables/Members.t is unnecessary
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 17396: Remove unnecessary t/DataTables/Members.t is unnecessary tests
PASSED-QA-Bug-17396-Remove-unnecessary-tDataTables.patch (text/plain), 1.36 KB, created by
Katrin Fischer
on 2016-10-10 10:21:59 UTC
(
hide
)
Description:
[PASSED QA] Bug 17396: Remove unnecessary t/DataTables/Members.t is unnecessary tests
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-10-10 10:21:59 UTC
Size:
1.36 KB
patch
obsolete
>From ed74ae80a89898a67c3942a90e73040c920b1a5d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 4 Oct 2016 12:02:03 +0100 >Subject: [PATCH] [PASSED QA] Bug 17396: Remove unnecessary > t/DataTables/Members.t is unnecessary tests >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >The subroutine C4::Utils::DataTables::Members::search is covered by >tests from t/db_dependent/Utils/Datatables_Members.t > >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > t/DataTables/Members.t | 14 -------------- > 1 file changed, 14 deletions(-) > delete mode 100644 t/DataTables/Members.t > >diff --git a/t/DataTables/Members.t b/t/DataTables/Members.t >deleted file mode 100644 >index c9dcc7f..0000000 >--- a/t/DataTables/Members.t >+++ /dev/null >@@ -1,14 +0,0 @@ >-use Modern::Perl; >-use Test::More tests => 4; >- >-use_ok( "C4::Utils::DataTables::Members" ); >- >-my $patrons = C4::Utils::DataTables::Members::search({ >- searchmember => "Doe", >- searchfieldstype => 'standard', >- searchtype => 'contain' >-}); >- >-isnt( $patrons->{iTotalDisplayRecords}, undef, "The iTotalDisplayRecords key is defined"); >-isnt( $patrons->{iTotalRecords}, undef, "The iTotalRecords key is defined"); >-is( ref $patrons->{patrons}, 'ARRAY', "The patrons key is an arrayref"); >-- >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 17396
:
56023
|
56039
| 56091