mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
Fix text in Publish Status results. Closes #1762.
This commit is contained in:
parent
188c7fecf5
commit
518e4cec98
@ -1218,8 +1218,12 @@ class SystemTest(SystemTestMixin, RunBinTahoeMixin, unittest.TestCase):
|
||||
return self.GET("status/publish-%d" % self._publish_status)
|
||||
d.addCallback(_got_update)
|
||||
def _got_publish(res):
|
||||
self.failUnlessIn("Publish Results", res)
|
||||
return self.GET("status/retrieve-%d" % self._retrieve_status)
|
||||
d.addCallback(_got_publish)
|
||||
def _got_retrieve(res):
|
||||
self.failUnlessIn("Retrieve Results", res)
|
||||
d.addCallback(_got_retrieve)
|
||||
|
||||
# check that the helper status page exists
|
||||
d.addCallback(lambda res:
|
||||
|
@ -18,7 +18,7 @@
|
||||
<li>Status: <span n:render="status"/></li>
|
||||
</ul>
|
||||
|
||||
<h2>Retrieve Results</h2>
|
||||
<h2>Publish Results</h2>
|
||||
<ul>
|
||||
<li n:render="encoding" />
|
||||
<li n:render="problems" />
|
||||
|
Loading…
Reference in New Issue
Block a user