From e04e99de1af984634675056004cd031c0b526505 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Sun, 2 Aug 2015 21:54:50 +0200 Subject: [PATCH] upd: the world changed to need our test vectors for public suffix list --- tests/org/cacert/gigi/util/TestPublicSuffixes.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/org/cacert/gigi/util/TestPublicSuffixes.txt b/tests/org/cacert/gigi/util/TestPublicSuffixes.txt index 9c7a4aa5..898e1373 100644 --- a/tests/org/cacert/gigi/util/TestPublicSuffixes.txt +++ b/tests/org/cacert/gigi/util/TestPublicSuffixes.txt @@ -38,10 +38,10 @@ checkPublicSuffix('b.example.uk.com', 'example.uk.com'); checkPublicSuffix('a.b.example.uk.com', 'example.uk.com'); checkPublicSuffix('test.ac', 'test.ac'); // TLD with only 1 (wildcard) rule. -checkPublicSuffix('cy', null); -checkPublicSuffix('c.cy', null); -checkPublicSuffix('b.c.cy', 'b.c.cy'); -checkPublicSuffix('a.b.c.cy', 'b.c.cy'); +checkPublicSuffix('il', null); +checkPublicSuffix('c.il', null); +checkPublicSuffix('b.c.il', 'b.c.il'); +checkPublicSuffix('a.b.c.il', 'b.c.il'); // More complex TLD. checkPublicSuffix('jp', null); checkPublicSuffix('test.jp', 'test.jp'); -- 2.39.2