[apt-proxy-devel] r665 - trunk/apt_proxy/test
Chris Halls
halls at alioth.debian.org
Fri Jul 13 11:09:52 UTC 2007
Author: halls
Date: Fri Jul 13 11:09:51 2007
New Revision: 665
Log:
Add STATE_CONNECTING to Dummy fetcher
Modified:
trunk/apt_proxy/test/test_fetchers.py
Modified: trunk/apt_proxy/test/test_fetchers.py
==============================================================================
--- trunk/apt_proxy/test/test_fetchers.py (original)
+++ trunk/apt_proxy/test/test_fetchers.py Fri Jul 13 11:09:51 2007
@@ -492,6 +492,7 @@
"""
STATE_NEW = CacheEntry.STATE_NEW
+ STATE_CONNECTING = CacheEntry.STATE_CONNECTING
STATE_DOWNLOAD = CacheEntry.STATE_DOWNLOAD
def __init__(self, cache_dir, backend, file):
self.filename = os.path.basename(file)
More information about the apt-proxy-devel
mailing list