]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
fix test_vdrive (fixes #144)
authorZooko O'Whielacronx <zooko@zooko.com>
Sat, 22 Sep 2007 22:26:27 +0000 (15:26 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sat, 22 Sep 2007 22:26:27 +0000 (15:26 -0700)
commita18f7aa6d5771d9a8f0dfea371318721ef5da105
treec2e682df293ea3ae8f8333cfd995b883b4d42a67
parent7477430a5852b15c141ca405bbb67582bf60a992
fix test_vdrive (fixes #144)

It turns out that we actually have *two* files in our storage servers at the
time that test_vdrive asserts things about the shares.  I suppose that
test_vdrive happens to pass on all other operating systems because the
filesystem happens to return the right share as the first one in a
"listdir()".  The fix in this patch is slightly kludgey -- allow either share
to pass -- but good enough.
src/allmydata/test/test_system.py