From: Brian Warner <warner@lothar.com>
Date: Mon, 6 May 2013 04:48:21 +0000 (-0700)
Subject: one test is failing
X-Git-Url: https://git.rkrishnan.org/Site/%5B%5E?a=commitdiff_plain;h=8c10beddebe4ff743e0e393b0fcf53fd13ccb01c;p=tahoe-lafs%2Ftahoe-lafs.git

one test is failing
---

diff --git a/src/allmydata/test/test_cli.py b/src/allmydata/test/test_cli.py
index e6f1cc6f..f9d61092 100644
--- a/src/allmydata/test/test_cli.py
+++ b/src/allmydata/test/test_cli.py
@@ -3862,7 +3862,7 @@ class Options(unittest.TestCase):
         o = self.parse(["start"])
         self.failUnlessEqual(o["basedir"], os.path.join(os.path.expanduser("~"),
                                                         ".tahoe"))
-        o = self.parse(["start", "here"])
+        o = self.parse(["start", "here"]) # XXX fails
         self.failUnlessEqual(o["basedir"], os.path.abspath("here"))
         o = self.parse(["start", "--basedir", "there"])
         self.failUnlessEqual(o["basedir"], os.path.abspath("there"))