From 247a7cbee5bde2c41e933a8521decb6d521946b4 Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Mon, 26 Mar 2012 19:29:33 -0700 Subject: [PATCH] Fix unit test for trustroots. 2 urls that don't parse should be insane urls. --- test/support/yadis_data/trustroot.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/support/yadis_data/trustroot.txt b/test/support/yadis_data/trustroot.txt index 73681657..5947cea2 100644 --- a/test/support/yadis_data/trustroot.txt +++ b/test/support/yadis_data/trustroot.txt @@ -3,7 +3,7 @@ Trust root parsing checking ======================================== ---------------------------------------- -23: Does not parse +21: Does not parse ---------------------------------------- baz.org *.foo.com @@ -16,8 +16,6 @@ http://foo.*.com http://www.* http://*foo.com/ http://foo.com/invalid#fragment -http://..it/ -http://.it/ http://*:8081/ http://*:80 http://localhost:1900foo/ @@ -30,7 +28,7 @@ http://lambda.com/Λ 5 ---------------------------------------- -14: Insane +16: Insane ---------------------------------------- http:/// http://*/ @@ -46,6 +44,8 @@ http://*.museum/ https://*.museum/ http://www.schtuffcom/ http://it/ +http://..it/ +http://.it/ ---------------------------------------- 18: Sane