From ce238151c0ea65a2acea4899de8f43bf03636b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Fri, 17 Jun 2005 12:07:56 +0000 Subject: [PATCH] * move move --- src/unittests/archivetests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unittests/archivetests.py b/src/unittests/archivetests.py index 949e9afd..ed698e24 100644 --- a/src/unittests/archivetests.py +++ b/src/unittests/archivetests.py @@ -35,7 +35,7 @@ class ArchiveFileTestCase(unittest.TestCase): "171545adab7b51ebf6ec5575d3000a95") def testUnpackZip(self): - ctx = context.Context("samples/sandbox/sandbox.pspec") + ctx = context.Context("unittests/sandbox/sandbox.pspec") fetch = fetcher.Fetcher(ctx) fetch.fetch()