removed IDNA case test if libicu is not configured

This commit is contained in:
Tim Ruehsen 2014-06-18 15:20:48 +02:00
parent 370fd3639d
commit 28adbe1f1b
1 changed files with 2 additions and 0 deletions

View File

@ -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");