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:
066aedc
)
test_system: update test to match web checker results
author
Brian Warner
<warner@lothar.com>
Thu, 23 Oct 2008 23:32:02 +0000
(16:32 -0700)
committer
Brian Warner
<warner@lothar.com>
Thu, 23 Oct 2008 23:32:02 +0000
(16:32 -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 1bc671ddd9c84a86348dd64abe5840d0fc26b719..2080b3817489eea7669e35a9416e0fc1f9e1f604 100644
(file)
--- a/
src/allmydata/test/test_system.py
+++ b/
src/allmydata/test/test_system.py
@@
-1746,7
+1746,7
@@
class MutableChecker(SystemTestMixin, unittest.TestCase, WebErrorMixin):
return getPage(url, method="POST")
d.addCallback(_do_check)
def _got_results(out):
- self.failUnless("<
div>Healthy!</div
>" in out, out)
+ self.failUnless("<
span>Healthy!</span
>" in out, out)
self.failUnless("Recoverable Versions: 10*seq1-" in out, out)
self.failIf("Not Healthy!" in out, out)
self.failIf("Unhealthy" in out, out)