mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-30 11:04:50 +00:00
Replace hardcoded test paths for test_misc
Replace the hardcoded test paths with variables. Fixes failures in the test_misc unit test. git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3670 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
e1b1b7d916
commit
294261d80a
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ real url None
|
|||
error
|
||||
|
||||
url test.swf
|
||||
cache key file:///home/calvin/src/linkchecker-svn/linkcheck/checker/tests/data/test.swf
|
||||
real url file:///home/calvin/src/linkchecker-svn/linkcheck/checker/tests/data/test.swf
|
||||
cache key file:///%(curdir)s/%(datadir)s/test.swf
|
||||
real url file:///%(curdir)s/%(datadir)s/test.swf
|
||||
name SWF
|
||||
valid
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue