setup: fix test_system to require tahoe under its package==distribution name "allmydata-tahoe" instead of its module name "allmydata"
This commit is contained in:
parent
9f49f3fabb
commit
6bbbb375e1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue