Commit 4327a7db authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove a bogus assertion that passed by chance.

parent 6cab51fe
...@@ -821,8 +821,6 @@ class TestKM(TestKMMixIn): ...@@ -821,8 +821,6 @@ class TestKM(TestKMMixIn):
box_url) box_url)
self.failUnless(subsection.getTitle() not in self.failUnless(subsection.getTitle() not in
self.publish(url, self.auth).getBody()) self.publish(url, self.auth).getBody())
self.failUnless('Browse' in
self.publish(url, self.auth).getBody())
# make section visible # make section visible
subsection.edit(visible=True) subsection.edit(visible=True)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment