unicode: tests: Remove U+27CD from is-undefined test
authorChristian Persch <chpe@gnome.org>
Fri, 10 Feb 2012 17:33:22 +0000 (18:33 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 Feb 2012 02:24:07 +0000 (21:24 -0500)
It's assigned in Unicode 6.1.0.

glib/tests/unicode.c

index 2e8f575..0d7d04e 100644 (file)
@@ -128,7 +128,7 @@ test_unichar_break_type (void)
     { G_UNICODE_BREAK_HANGUL_V_JAMO,       0x1160 },
     { G_UNICODE_BREAK_HANGUL_T_JAMO,       0x11A8 },
     { G_UNICODE_BREAK_HANGUL_LV_SYLLABLE,  0xAC00 },
-    { G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE, 0xAC01 }
+    { G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE, 0xAC01 },
   };
 
   for (i = 0; i < G_N_ELEMENTS (examples); i++)
@@ -386,7 +386,6 @@ test_defined (void)
   g_assert (g_unichar_isdefined ('a'));
   g_assert (!g_unichar_isdefined (0x10C49));
   g_assert (!g_unichar_isdefined (0x169D));
-  g_assert (!g_unichar_isdefined (0x27CD));
 }
 
 static void