projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0f22a0
)
Fix a test broken by the last commit.
author
Daira Hopwood
<daira@jacaranda.org>
Fri, 23 Oct 2015 21:28:35 +0000
(22:28 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Fri, 5 Feb 2016 21:59:37 +0000
(21:59 +0000)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/test/test_runner.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_runner.py
b/src/allmydata/test/test_runner.py
index 66ca466c53cadac929f07bf699b0f835c84e7dca..f1144f1f0b9199b2c311dcc1d83866d37015157a 100644
(file)
--- a/
src/allmydata/test/test_runner.py
+++ b/
src/allmydata/test/test_runner.py
@@
-265,7
+265,7
@@
class CreateNode(unittest.TestCase):
self.failUnless(re.search(r"\n\[storage\]\n#.*\nenabled = true\n", content), content)
self.failUnless("\nreserved_space = 1G\n" in content)
- self.failUnless(re.search(r"\n\[
drop_upload\]\n#.*\n
enabled = false\n", content), content)
+ self.failUnless(re.search(r"\n\[
magic_folder\]\n#.*\n#
enabled = false\n", content), content)
# creating the node a second time should be rejected
rc, out, err = self.run_tahoe(argv)