Do not use XXX tag here.

This commit is contained in:
Bastian Kleineidam 2012-01-04 18:57:56 +01:00
parent 9b397230e9
commit 3c5b21c0c4

View file

@ -24,7 +24,7 @@ from . import get_file
import linkcheck.fileutil
file_existing = __file__
file_non_existing = "XXX.i_dont_exist"
file_non_existing = "ZZZ.i_dont_exist"
class TestFileutil (unittest.TestCase):