Skip to content

Commit

Permalink
Fix unit test for trustroots. 2 urls that don't parse should be insan…
Browse files Browse the repository at this point in the history
…e urls.
  • Loading branch information
Joseph Chen committed Mar 27, 2012
1 parent 898963d commit 247a7cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/support/yadis_data/trustroot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Trust root parsing checking
========================================

----------------------------------------
23: Does not parse
21: Does not parse
----------------------------------------
baz.org
*.foo.com
Expand All @@ -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/
Expand All @@ -30,7 +28,7 @@ http://lambda.com/Λ
5

----------------------------------------
14: Insane
16: Insane
----------------------------------------
http:///
http://*/
Expand All @@ -46,6 +44,8 @@ http://*.museum/
https://*.museum/
http://www.schtuffcom/
http://it/
http://..it/
http://.it/

----------------------------------------
18: Sane
Expand Down

0 comments on commit 247a7cb

Please sign in to comment.