[libsoup] tld-test: update for changes to TLD data



commit 005e8cd9be521950330bb98c9c207bc6c172c6f6
Author: Dan Winship <danw gnome org>
Date:   Mon Aug 6 10:29:31 2012 -0400

    tld-test: update for changes to TLD data

 tests/tld-test.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/tests/tld-test.c b/tests/tld-test.c
index 5f66c68..25d2da2 100644
--- a/tests/tld-test.c
+++ b/tests/tld-test.c
@@ -59,13 +59,13 @@ static struct {
   { "test.ac.jp", "test.ac.jp" },
   { "www.test.ac.jp", "test.ac.jp" },
   { "kyoto.jp", NULL },
-  { "c.kyoto.jp", NULL },
-  { "b.c.kyoto.jp", "b.c.kyoto.jp" },
-  { "a.b.c.kyoto.jp", "b.c.kyoto.jp" },
-  { "pref.kyoto.jp", "pref.kyoto.jp" },	/* Exception rule. */
-  { "www.pref.kyoto.jp", "pref.kyoto.jp" },	/* Exception rule. */
-  { "city.kyoto.jp", "city.kyoto.jp" },	/* Exception rule. */
-  { "www.city.kyoto.jp", "city.kyoto.jp" },	/* Exception rule. */
+  { "minami.kyoto.jp", NULL },
+  { "b.minami.kyoto.jp", "b.minami.kyoto.jp" },
+  { "a.b.minami.kyoto.jp", "b.minami.kyoto.jp" },
+  { "pref.kyoto.jp", "pref.kyoto.jp" },
+  { "www.pref.kyoto.jp", "pref.kyoto.jp" },
+  { "city.kyoto.jp", "city.kyoto.jp" },
+  { "www.city.kyoto.jp", "city.kyoto.jp" },
   /* TLD with a wildcard rule and exceptions. */
   { "om", NULL },
   { "test.om", NULL },



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