Commit dd741645 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

we assume that the expected result first in assertSoftware.py.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40758 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f912c271
......@@ -840,7 +840,7 @@ class AssertApache(AssertSoftwareMixin):
result = popen.communicate()[0]
loaded_module_list = sorted([module_name for module_name in result.split()
if module_name.endswith('module')])
self.assertEqual(loaded_module_list, required_module_list)
self.assertEqual(required_module_list, loaded_module_list)
def test_ld_module_mod_actions(self):
self.assertLibraryList('parts/apache/modules/mod_actions.so', ['libpthread', 'libc'], self.apache_rpath)
......
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