]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
tests: use fileutil.write() instead of open() to ensure timely close even without...
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 31 Mar 2011 14:54:27 +0000 (07:54 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 31 Mar 2011 14:54:27 +0000 (07:54 -0700)
commit3505a8a31ced401893454c0570d8301cbd2d267d
treead0b094643b1b31af6af3d7234f73b33982cffa6
parent2da3f69f25645ca61871c3bb42d09a93991579dd
tests: use fileutil.write() instead of open() to ensure timely close even without CPython-style reference counting
Some of these already had an explicit close() but I went ahead and replaced them with fileutil.write() as well for the sake of uniformity.
src/allmydata/test/test_client.py