From: Brian Warner Date: Tue, 20 May 2008 20:20:48 +0000 (-0700) Subject: test_system.py: remove dead code X-Git-Tag: allmydata-tahoe-1.1.0~96 X-Git-Url: https://git.rkrishnan.org/class-simplejson.JSONDecoder-index.html?a=commitdiff_plain;h=f09f92c3711ab825fb67c8ac3d46543dfddc354b;p=tahoe-lafs%2Ftahoe-lafs.git test_system.py: remove dead code --- diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py index 4260530f..843bff7f 100644 --- a/src/allmydata/test/test_system.py +++ b/src/allmydata/test/test_system.py @@ -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