From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 20 Jan 2009 19:38:09 +0000 (-0700)
Subject: setup: fix test_system to require tahoe under its package==distribution name "allmyda... 
X-Git-Tag: allmydata-tahoe-1.3.0~170
X-Git-Url: https://git.rkrishnan.org/uri/index.php?a=commitdiff_plain;h=6bbbb375e10f57db6a878e83838159a567dd4173;p=tahoe-lafs%2Ftahoe-lafs.git

setup: fix test_system to require tahoe under its package==distribution name "allmydata-tahoe" instead of its module name "allmydata"
---

diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py
index 172bd603..7a7e9333 100644
--- a/src/allmydata/test/test_system.py
+++ b/src/allmydata/test/test_system.py
@@ -803,7 +803,7 @@ class SystemTest(SystemTestMixin, unittest.TestCase):
         d = getPage(self.introweb_url, method="GET", followRedirect=True)
         def _check(res):
             try:
-                self.failUnless("allmydata: %s" % str(allmydata.__version__)
+                self.failUnless("allmydata-tahoe: %s" % str(allmydata.__version__)
                                 in res)
                 self.failUnless("Announcement Summary: storage: 5, stub_client: 5" in res)
                 self.failUnless("Subscription Summary: storage: 5" in res)