summaryrefslogtreecommitdiff
path: root/test/testuri.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testuri.c')
-rw-r--r--test/testuri.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testuri.c b/test/testuri.c
index 5ac5c5f2..ef433888 100644
--- a/test/testuri.c
+++ b/test/testuri.c
@@ -92,6 +92,10 @@ struct aup_test aup_tests[] =
0, "http", "sonyamt@[fe80::1]", "sonyamt", NULL, "fe80::1", NULL, "/filespace/", "arg1=store", NULL, 0
},
{
+ "http://localhost",
+ 0, "http", "localhost", NULL, NULL, "localhost", NULL, NULL, NULL, NULL, 0
+ },
+ {
"//www.apache.org/",
0, NULL, "www.apache.org", NULL, NULL, "www.apache.org", NULL, "/", NULL, NULL, 0
},