From 7c3b837b4a4f7d15875ca5282789eff571c7c488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Fri, 17 Jun 2005 12:06:18 +0000 Subject: [PATCH] * move move --- src/TODO | 9 +++++---- src/unittests/archivetests.py | 2 +- src/{samples/sandbox => unittests}/sandbox.pspec | 0 3 files changed, 6 insertions(+), 5 deletions(-) rename src/{samples/sandbox => unittests}/sandbox.pspec (100%) diff --git a/src/TODO b/src/TODO index 8ac6c568..61a47d4b 100644 --- a/src/TODO +++ b/src/TODO @@ -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 diff --git a/src/unittests/archivetests.py b/src/unittests/archivetests.py index dd91c8d0..949e9afd 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.pspec") + ctx = context.Context("samples/sandbox/sandbox.pspec") fetch = fetcher.Fetcher(ctx) fetch.fetch() diff --git a/src/samples/sandbox/sandbox.pspec b/src/unittests/sandbox.pspec similarity index 100% rename from src/samples/sandbox/sandbox.pspec rename to src/unittests/sandbox.pspec