[Erp5-report] r40669 luke - /erp5/trunk/buildout/tests/assertSoftware.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 11:52:52 CET 2010


Author: luke
Date: Thu Nov 25 11:52:52 2010
New Revision: 40669

URL: http://svn.erp5.org?rev=40669&view=rev
Log:
 - make list sorted and diff friendly

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=40669&r1=40668&r2=40669&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Nov 25 11:52:52 2010
@@ -1037,8 +1037,14 @@ class AssertApache(AssertSoftwareMixin):
         self.apache_rpath)
 
   def test_ld_module_mod_ssl(self):
-    self.assertLibraryList('parts/apache/modules/mod_ssl.so', ['libpthread', 'libc', 'libcrypto', 'libdl',
-      'libssl', 'libz'], self.apache_rpath)
+    self.assertLibraryList('parts/apache/modules/mod_ssl.so',[
+      'libc',
+      'libcrypto',
+      'libdl',
+      'libpthread',
+      'libssl',
+      'libz',
+      ], self.apache_rpath)
 
   def test_ld_module_mod_status(self):
     self.assertLibraryList('parts/apache/modules/mod_status.so', ['libpthread', 'libc'],




More information about the Erp5-report mailing list