]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Rewrite immutable downloader (#798). This patch adds and updates unit tests.
authorBrian Warner <warner@lothar.com>
Wed, 4 Aug 2010 07:27:10 +0000 (00:27 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 4 Aug 2010 07:27:10 +0000 (00:27 -0700)
commit63b61ce7bd112af71f656d7eb302e622629a1f94
treeb93bc9777eea4ce34693c71f0eb1f8a0dd9ed51e
parent7b7b0c9709d8ade6ab9fe90b9e0a719308f25f50
Rewrite immutable downloader (#798). This patch adds and updates unit tests.
13 files changed:
src/allmydata/test/no_network.py
src/allmydata/test/test_cli.py
src/allmydata/test/test_dirnode.py
src/allmydata/test/test_download.py
src/allmydata/test/test_encode.py
src/allmydata/test/test_filenode.py
src/allmydata/test/test_hung_server.py
src/allmydata/test/test_immutable.py
src/allmydata/test/test_mutable.py
src/allmydata/test/test_repairer.py
src/allmydata/test/test_system.py
src/allmydata/test/test_upload.py
src/allmydata/test/test_web.py