From 28adbe1f1b247c85afc2ef46dc8becb01a84ab7a Mon Sep 17 00:00:00 2001 From: Tim Ruehsen Date: Wed, 18 Jun 2014 15:20:48 +0200 Subject: [PATCH] removed IDNA case test if libicu is not configured --- tests/test-registrable-domain.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test-registrable-domain.c b/tests/test-registrable-domain.c index e10e6ff..d0dda62 100644 --- a/tests/test-registrable-domain.c +++ b/tests/test-registrable-domain.c @@ -91,7 +91,9 @@ static void test_psl(void) test(NULL, "com", NULL); /* Norwegian with uppercase oe */ +#ifdef WITH_LIBICU test(psl, "www.\303\230yer.no", "www.\303\270yer.no"); +#endif /* Norwegian with lowercase oe */ test(psl, "www.\303\270yer.no", "www.\303\270yer.no");