[folks] tests: Fix UTF-8 encoding of the letter énye in test vectors
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] tests: Fix UTF-8 encoding of the letter énye in test vectors
- Date: Tue, 17 Feb 2015 09:20:26 +0000 (UTC)
commit 8e7b403fd1ee413c0b9c62d3835010ba95c71f5e
Author: Philip Withnall <philip withnall collabora co uk>
Date: Tue Feb 17 09:18:53 2015 +0000
tests: Fix UTF-8 encoding of the letter énye in test vectors
https://bugzilla.gnome.org/show_bug.cgi?id=646808
tests/dummy/search-view.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/dummy/search-view.vala b/tests/dummy/search-view.vala
index fb10153..44f3a9b 100644
--- a/tests/dummy/search-view.vala
+++ b/tests/dummy/search-view.vala
@@ -78,8 +78,8 @@ public class SearchViewTests : DummyTest.TestCase
{ "Ál", "persona3" },
/* Test different Unicode normalisations and transliterations. */
{ "Pan", "persona3" },
- { "Pa\xf1", "persona3" },
- { "Pa\x6e\x303", "persona3" },
+ { "Pa\xc3\xb1", "persona3" },
+ { "Pa\x6e\xcc\x83", "persona3" },
/* Sort stability. */
{ "A", "persona1,persona2,persona0,persona3" },
{ "Al", "persona1,persona3" },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]