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:
08c3ee7
)
test_system: assert that BASEDIR/node.url is created properly
author
Brian Warner
<warner@allmydata.com>
Tue, 8 Jan 2008 00:46:22 +0000
(17:46 -0700)
committer
Brian Warner
<warner@allmydata.com>
Tue, 8 Jan 2008 00:46:22 +0000
(17:46 -0700)
src/allmydata/test/test_system.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_system.py
b/src/allmydata/test/test_system.py
index 96df405c2c64d1d7d23c42ca99e9dae12ec9e1ca..43d8147d664f59700626657342c8c1ba2287da52 100644
(file)
--- a/
src/allmydata/test/test_system.py
+++ b/
src/allmydata/test/test_system.py
@@
-990,9
+990,10
@@
class SystemTest(testutil.SignalMixin, unittest.TestCase):
private_uri = self._private_node.get_uri()
some_uri = self._root_directory_uri
+ client0_basedir = self.getdir("client0")
nodeargs = [
- "--node-
url", self.webish_url
,
+ "--node-
directory", client0_basedir
,
"--dir-cap", private_uri,
]
public_nodeargs = [