projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f49f3f
)
setup: fix test_system to require tahoe under its package==distribution name "allmyda...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 20 Jan 2009 19:38:09 +0000
(12:38 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 20 Jan 2009 19:38:09 +0000
(12:38 -0700)
src/allmydata/test/test_system.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_system.py
b/src/allmydata/test/test_system.py
index 172bd6034d55133ad8673b9cb48da6f610d33eff..7a7e93333ce957edb9f72acf7e0545a79207c58e 100644
(file)
--- 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)