]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_system.py: remove dead code
authorBrian Warner <warner@allmydata.com>
Tue, 20 May 2008 20:20:48 +0000 (13:20 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 20 May 2008 20:20:48 +0000 (13:20 -0700)
src/allmydata/test/test_system.py

index 4260530f079d35abac95ef5f868319916c77344b..843bff7f530cc04c8057bb21c9106c6afb292433 100644 (file)
@@ -1525,11 +1525,6 @@ class SystemTest(testutil.SignalMixin, testutil.PollMixin, testutil.StallMixin,
 
         nodeargs = [
             "--node-directory", client0_basedir,
-            #"--dir-cap", private_uri,
-            ]
-        public_nodeargs = [
-            "--node-url", self.webish_url,
-            "--dir-cap", some_uri,
             ]
         TESTDATA = "I will not write the same thing over and over.\n" * 100