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

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


Author: luke
Date: Thu Nov 25 11:51:54 2010
New Revision: 40668

URL: http://svn.erp5.org?rev=40668&view=rev
Log:
 - reuse simplified list

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=40668&r1=40667&r2=40668&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Nov 25 11:51:54 2010
@@ -1072,14 +1072,7 @@ class AssertApache(AssertSoftwareMixin):
       'libc',
       'libpthread',
       'libsqlite3',
-      ], [
-      'libexpat',
-      'libuuid',
-      'openssl',
-      'pcre',
-      'sqlite3',
-      'zlib',
-      ])
+      ], self.apache_rpath)
 
 class AssertItools(AssertSoftwareMixin):
   def test_ld_parserso(self):




More information about the Erp5-report mailing list