Bugzilla – Attachment 24260 Details for
Bug 11545
Increasing test coverage for C4::Languages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug 11545 Increasing test coverage for Languages.pm To test 1. Run prove t/Languages.t Apply patch 2. Run prove t/Languages.t Notice: More tests are run
bug-11545-Increasing-test-coverage-for-Languagespm.patch (text/plain), 1.06 KB, created by
AlexHorsman
on 2014-01-14 02:29:39 UTC
(
hide
)
Description:
bug 11545 Increasing test coverage for Languages.pm To test 1. Run prove t/Languages.t Apply patch 2. Run prove t/Languages.t Notice: More tests are run
Filename:
MIME Type:
Creator:
AlexHorsman
Created:
2014-01-14 02:29:39 UTC
Size:
1.06 KB
patch
obsolete
>From 1e262d45c64ffe379b72e170ba7740a43d5bb64f Mon Sep 17 00:00:00 2001 >From: merllissia <manuelimel@gmail.com> >Date: Tue, 14 Jan 2014 14:18:35 +1300 >Subject: [PATCH] bug 11545 Increasing test coverage for Languages.pm To test > 1. Run prove t/Languages.t Apply patch 2. Run prove > t/Languages.t Notice: More tests are run > >Signed-off-by: alex_h <dhorsman@xtra.co.nz> >--- > t/Languages.t | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > >diff --git a/t/Languages.t b/t/Languages.t >index 5918d95..cfffb00 100755 >--- a/t/Languages.t >+++ b/t/Languages.t >@@ -6,7 +6,7 @@ > use strict; > use warnings; > >-use Test::More tests => 4; >+use Test::More tests => 5; > > BEGIN { > use_ok('C4::Languages'); >@@ -17,3 +17,9 @@ isnt(C4::Languages::_get_themes(), undef, 'testing _get_themes doesnt return und > ok(C4::Languages::_get_language_dirs(), 'test getting _get_language_dirs'); > > is(C4::Languages::accept_language(),undef, 'test that accept_languages returns undef when nothing is entered'); >+ >+ok(C4::Languages::getAllLanguages(), 'test get all languages'); >+ >+ >+ >+ >-- >1.7.9.5
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 11545
:
24254
|
24260
|
24298
|
24308