summaryrefslogtreecommitdiff
path: root/devel/glib2/patches/patch-al
blob: 63cd566fb255c1dac926192e41acbc61b4039357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-al,v 1.4 2008/09/06 11:07:20 obache Exp $

--- 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