From fa55bb75c4ff951ea6f5be289d2f45d23e4240e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Tue, 15 Sep 2015 14:46:07 +0200 Subject: [PATCH] Removed test with wrong assumptions --- tests/test-is-public-all.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test-is-public-all.c b/tests/test-is-public-all.c index 0eec25d..0fea0ce 100644 --- a/tests/test-is-public-all.c +++ b/tests/test-is-public-all.c @@ -104,12 +104,6 @@ static void test_psl(void) failed++; printf("psl_is_public_suffix(%s)=%d (expected 1)\n", p, result); } else ok++; - - snprintf(domain, sizeof(domain), "xxxx.%s", p); - if ((result = psl_is_public_suffix(psl, domain))) { - failed++; - printf("psl_is_public_suffix(%s)=%d (expected 0)\n", domain, result); - } else ok++; } }