Commit ed8faf86 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

we are already using w3m version 0.5.3.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42418 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 14ad0564
......@@ -284,7 +284,7 @@ class AssertSoftwareRunable(AssertSoftwareMixin):
stdout, stderr = subprocess.Popen(["parts/w3m/bin/w3m", "-V"],
stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
self.assertEqual(stderr, '')
self.assertTrue(stdout.startswith('w3m version w3m/0.5.2'))
self.assertTrue(stdout.startswith('w3m version w3m/0.5.3'))
class AssertMysql50Tritonn(AssertSoftwareMixin):
def test_ld_mysqld(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