]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
drop-upload test for non-existent local dir separately from test for non-directory...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 9 Aug 2011 22:01:15 +0000 (15:01 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 9 Aug 2011 22:01:15 +0000 (15:01 -0700)
commit5633375d267e57289597c1f4d5a3732f94adc996
treee84f4722ed27546035c4c50b697d9acac4484510
parent720bc2433b9bd16db1bfc29da03990c385c867e2
drop-upload test for non-existent local dir separately from test for non-directory local dir
A candidate patch for #1429 has a bug when it is using FilePath.is_dir() to detect whether the configured local dir exists and is a directory. FilePath.is_dir() raises exception, instead of returning False, if the thing doesn't exist. This test is to make sure that DropUploader.__init__ raise different exceptions for those two cases.
refs #1429
src/allmydata/test/test_drop_upload.py