Bugzilla – Attachment 24285 Details for
Bug 11540
Increasing test coverage for C4::Charset
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 11540: increasing coverage of Charset.pm
SIGNED-OFF-Bug-11540-increasing-coverage-of-Charse.patch (text/plain), 1.00 KB, created by
Tomás Cohen Arazi (tcohen)
on 2014-01-14 14:45:39 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 11540: increasing coverage of Charset.pm
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-01-14 14:45:39 UTC
Size:
1.00 KB
patch
obsolete
>From 1eebac77b793bec8b1181a09b1cd692e7dfc62c7 Mon Sep 17 00:00:00 2001 >From: Emma Heath <emmaheath.student@wegc.school.nz> >Date: Tue, 14 Jan 2014 14:18:47 +1300 >Subject: [PATCH] [SIGNED-OFF] Bug 11540: increasing coverage of Charset.pm > >To test >1. run prove t/Charset.t >2. apply patch >3. run prove t/Charset.t > notice more tests are run > >Signed-off-by: Tom Houlker <thomas.houlker@hibs.school.nz> >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > t/Charset.t | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/t/Charset.t b/t/Charset.t >index 7de3414..8debbd7 100755 >--- a/t/Charset.t >+++ b/t/Charset.t >@@ -3,7 +3,7 @@ > use strict; > use warnings; > >-use Test::More tests => 6; >+use Test::More tests => 7; > BEGIN { > use_ok('C4::Charset'); > } >@@ -18,3 +18,5 @@ ok(!utf8::is_utf8($octets), "verify that IsStringUTF8ish does not magically turn > > $octets = "a\xc2" . "c"; > ok(!IsStringUTF8ish($octets), "verify octets are not valid UTF-8"); >+ >+ok(!SetUTF8Flag(), 'Testing SetUTF8Flag' ); >-- >1.8.3.2
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 11540
:
24251
|
24263
|
24266
|
24285
|
24286
|
24304
|
24307
|
24316
|
24317