Commit 1e93435d authored by Łukasz Nowak's avatar Łukasz Nowak

Follow change of Web Site text.

parent 36bd13a2
...@@ -87,7 +87,7 @@ class TestVifibWebSite(testVifibMixin): ...@@ -87,7 +87,7 @@ class TestVifibWebSite(testVifibMixin):
self.assertEquals(HTTP_OK, response.getStatus()) self.assertEquals(HTTP_OK, response.getStatus())
self.assertEquals('text/html; charset=utf-8', self.assertEquals('text/html; charset=utf-8',
response.getHeader('content-type')) response.getHeader('content-type'))
self.assertTrue("ViFiB is a low cost Distributed Cloud Computing provider" in response.getBody()) self.assertTrue("Enjoy cloud computing with Vifib" in response.getBody())
def test_05_checkFreeFiberAccess(self): def test_05_checkFreeFiberAccess(self):
""" """
......
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