aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ephy-string-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ephy-string-test.c b/tests/ephy-string-test.c
index 6d407b003..bcb1aae63 100644
--- a/tests/ephy-string-test.c
+++ b/tests/ephy-string-test.c
@@ -35,6 +35,8 @@ static const HostnameTest hostname_tests[] = {
{ "www.google.com", "www.google.com" },
{ "google.com", "google.com" },
{ "file:///tmp/", NULL },
+ { "about:blank", NULL },
+ { "ephy-about:applications", NULL },
{ NULL, NULL },
{ "garbage garbage", "garbage garbage" } /* FIXME: should this be NULL? */
};