* move move

This commit is contained in:
Eray Özkural
2005-06-17 12:06:18 +00:00
parent a2f1af872a
commit 7c3b837b4a
3 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -7,14 +7,15 @@ A list of tasks to accomplish, organized into priority sections
Legend:
- Todo
? Not determined if we have to do
? Not determined if/how we have to do
/ In progress
+ Accomplished, move to end of list
+ Accomplished
1. Pre-Alpha
/ implement reading spec file
- implement install database
+ implement reading spec file
/ implement install database
? transaction/locking for database
2. Alpha
+1 -1
View File
@@ -35,7 +35,7 @@ class ArchiveFileTestCase(unittest.TestCase):
"171545adab7b51ebf6ec5575d3000a95")
def testUnpackZip(self):
ctx = context.Context("samples/sandbox.pspec")
ctx = context.Context("samples/sandbox/sandbox.pspec")
fetch = fetcher.Fetcher(ctx)
fetch.fetch()