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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 22 17:15:59 CET 2010


Author: luke
Date: Mon Nov 22 17:15:58 2010
New Revision: 40487

URL: http://svn.erp5.org?rev=40487&view=rev
Log:
 - check linking against xml2

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=40487&r1=40486&r2=40487&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Mon Nov 22 17:15:58 2010
@@ -485,13 +485,13 @@ class AssertSubversion(AssertSoftwareMix
       'libsvn_ra_svn-1', 'libsvn_delta-1', 'libsvn_subr-1', 'libsqlite3',
       'libaprutil-1', 'libapr-1', 'libuuid', 'librt', 'libexpat',
       'libz', 'libssl', 'libcrypto',
-      'libc', 'libcrypt', 'libdl',
+      'libc', 'libcrypt', 'libdl', 'libxml2',
       'libpthread', 'libm', 'libneon', 'libsvn_ra_neon-1',
       ]),
         elf_dict['library_list'])
     soft_dir = os.path.join(os.path.abspath(os.curdir), 'parts')
     expected_rpath_list = [os.path.join(soft_dir, software, 'lib') for
-        software in ['apache', 'libexpat', 'openssl',
+        software in ['apache', 'libexpat', 'openssl', 'libxml2',
                      'sqlite3', 'subversion', 'zlib', 'libuuid', 'neon']]
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 




More information about the Erp5-report mailing list