gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r21318 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r21318 - gnunet/src/util
Date: Mon, 7 May 2012 13:00:12 +0200

Author: grothoff
Date: 2012-05-07 13:00:12 +0200 (Mon, 07 May 2012)
New Revision: 21318

Modified:
   gnunet/src/util/test_strings.c
Log:
-fix test if nls is not working -- OSX buildbot says hi

Modified: gnunet/src/util/test_strings.c
===================================================================
--- gnunet/src/util/test_strings.c      2012-05-07 08:42:38 UTC (rev 21317)
+++ gnunet/src/util/test_strings.c      2012-05-07 11:00:12 UTC (rev 21318)
@@ -97,9 +97,11 @@
   GNUNET_free (r);
   b = GNUNET_STRINGS_to_utf8 ("TEST", 4, "ASCII");
   WANT ("TEST", b);
+#if ENABLE_NLS && HAVE_ICONV
   GNUNET_log_skip (2, GNUNET_NO);
   b = GNUNET_STRINGS_to_utf8 ("TEST", 4, "unknown");
   GNUNET_log_skip (0, GNUNET_YES);
+#endif
   WANT ("TEST", b);
   return 0;
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]