Fixed unit tests, which now reflect the http cache directory being created.

This commit is contained in:
Joe Gregorio 2006-12-27 01:30:32 -05:00
parent 7dd301cdf4
commit 51c8037519

View File

@ -83,7 +83,7 @@ class SpiderTest(unittest.TestCase):
files = glob.glob(workdir+"/*")
# verify that exactly eight files + 1 source dir were produced
self.assertEqual(13, len(files))
self.assertEqual(14, len(files))
# verify that the file names are as expected
self.assertTrue(os.path.join(workdir,