pkgsrc/devel/glib2/patches/patch-al
2009-05-20 13:07:36 +00:00

22 lines
610 B
Text

$NetBSD: patch-al,v 1.5 2009/05/20 13:07:36 wiz Exp $
http://bugzilla.gnome.org/show_bug.cgi?id=583329
--- tests/convert-test.c.orig 2008-09-02 15:09:28.000000000 +0000
+++ tests/convert-test.c
@@ -76,6 +76,7 @@ test_one_half (void)
g_assert (strcmp (out, "\xbd") == 0);
g_free (out);
+#if 0 /* these 2 tests depend on GNU iconv specific behaviour */
out = g_convert (in, -1,
"ISO-8859-15", "UTF-8",
&bytes_read, &bytes_written,
@@ -99,6 +100,7 @@ test_one_half (void)
g_assert (bytes_written == 1);
g_assert (strcmp (out, "a") == 0);
g_free (out);
+#endif
}
static void