[Erp5-report] r40758 kazuhiko - /erp5/trunk/buildout/tests/assertSoftware.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 26 10:39:38 CET 2010


Author: kazuhiko
Date: Fri Nov 26 10:39:38 2010
New Revision: 40758

URL: http://svn.erp5.org?rev=40758&view=rev
Log:
we assume that the expected result first in assertSoftware.py.

Modified:
    erp5/trunk/buildout/tests/assertSoftware.py

Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=40758&r1=40757&r2=40758&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Fri Nov 26 10:39:38 2010
@@ -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)




More information about the Erp5-report mailing list