mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-28 15:48:16 +00:00
cleanup
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3400 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
0df2478430
commit
0887002783
1 changed files with 0 additions and 3 deletions
|
|
@ -209,9 +209,6 @@ class TestUrl (unittest.TestCase):
|
|||
url = "http://imadoofus.org/foo/ #a=1,2,3"
|
||||
nurl = "http://imadoofus.org/foo/%20#a%3D1%2C2%2C3"
|
||||
self.urlnormtest(url, nurl)
|
||||
url = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab #version=7,0,19,0"
|
||||
nurl = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab%20#version%3D7%2C0%2C19%2C0"
|
||||
self.urlnormtest(url, nurl)
|
||||
|
||||
def test_norm_empty_path (self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue