tests/test-url.py
branchstable
changeset 15609 8f4bad72d8b1
parent 15496 396e83d635a6
child 15611 ec8a49c46d7e
--- a/tests/test-url.py	Fri Dec 02 21:38:57 2011 -0200
+++ b/tests/test-url.py	Sun Dec 04 18:22:25 2011 +0100
@@ -219,7 +219,7 @@
     >>> u
     <url scheme: 'file', path: 'f:oo/bar/baz'>
     >>> str(u)
-    'file:f%3Aoo/bar/baz'
+    'file:///f%3Aoo/bar/baz'
     >>> u.localpath()
     'f:oo/bar/baz'