Bugzilla – Attachment 39406 Details for
Bug 14112
Silence warnings t/Charset.t
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14112 - Silence warnings in t/Charset.t
Bug-14112---Silence-warnings-in-tCharsett.patch (text/plain), 1.18 KB, created by
Mark Tompsett
on 2015-05-22 13:05:00 UTC
(
hide
)
Description:
Bug 14112 - Silence warnings in t/Charset.t
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2015-05-22 13:05:00 UTC
Size:
1.18 KB
patch
obsolete
>From ca1eb2d502542125be3f218a90f0096a076c7127 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Fri, 22 May 2015 09:02:23 -0400 >Subject: [PATCH] Bug 14112 - Silence warnings in t/Charset.t > >After Jonathan said this was the wrong way to correct the issue, >www.utf8-chartable.de made it clear to me that the \c3\a9 were >missing x's. > >TEST PLAN >--------- >1) prove t/Charset.t > -- noise >2) apply patch >3) prove t/Charset.t > -- no noise >4) koha qa test tools >--- > t/Charset.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/Charset.t b/t/Charset.t >index 09ba533..143c208 100755 >--- a/t/Charset.t >+++ b/t/Charset.t >@@ -41,7 +41,7 @@ ok(defined(NormalizeString($string,1,1)), 'Initialized string case 4 normali > my $octets = "abc"; > ok(IsStringUTF8ish($octets), "verify octets are valid UTF-8 (ASCII)"); > >-$octets = "flamb\c3\a9"; >+$octets = "flamb\xc3\xa9"; > ok(!Encode::is_utf8($octets), "verify that string does not have Perl UTF-8 flag on"); > ok(IsStringUTF8ish($octets), "verify octets are valid UTF-8 (LATIN SMALL LETTER E WITH ACUTE)"); > ok(!Encode::is_utf8($octets), "verify that IsStringUTF8ish does not magically turn Perl UTF-8 flag on"); >-- >2.1.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 14112
:
38753
|
39014
|
39015
|
39406
|
39545
|
39570