publicsuffix: update tests

Update the test cases to reflect the updated
test_psl.txt found on http://publicsuffix.org.

R=nigeltao
CC=golang-dev
https://golang.org/cl/15720044
diff --git a/publicsuffix/list_test.go b/publicsuffix/list_test.go
index c61b998..3b0c08d 100644
--- a/publicsuffix/list_test.go
+++ b/publicsuffix/list_test.go
@@ -376,12 +376,12 @@
 	{"city.kobe.jp", "city.kobe.jp"},
 	{"www.city.kobe.jp", "city.kobe.jp"},
 	// TLD with a wildcard rule and exceptions.
-	{"om", ""},
-	{"test.om", ""},
-	{"b.test.om", "b.test.om"},
-	{"a.b.test.om", "b.test.om"},
-	{"songfest.om", "songfest.om"},
-	{"www.songfest.om", "songfest.om"},
+	{"ck", ""},
+	{"test.ck", ""},
+	{"b.test.ck", "b.test.ck"},
+	{"a.b.test.ck", "b.test.ck"},
+	{"www.ck", "www.ck"},
+	{"www.www.ck", "www.ck"},
 	// US K12.
 	{"us", ""},
 	{"test.us", "test.us"},