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

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


Author: luke
Date: Mon Nov 22 17:17:09 2010
New Revision: 40488

URL: http://svn.erp5.org?rev=40488&view=rev
Log:
 - checking linking against xml2 and libm

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=40488&r1=40487&r2=40488&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Mon Nov 22 17:17:09 2010
@@ -409,16 +409,16 @@ class AssertSubversion(AssertSoftwareMix
     self.assertEqual(sorted(['libsvn_client-1', 'libsvn_wc-1', 'libsvn_ra-1',
       'libsvn_diff-1', 'libsvn_ra_local-1', 'libsvn_repos-1', 'libsvn_fs-1',
       'libsvn_fs_fs-1', 'libsvn_fs_util-1', 'libsvn_ra_svn-1',
-      'libsvn_delta-1', 'libsvn_subr-1', 'libsqlite3',
+      'libsvn_delta-1', 'libsvn_subr-1', 'libsqlite3', 'libxml2',
       'libaprutil-1', 'libapr-1', 'libuuid', 'librt', 'libexpat',
       'libz', 'libssl', 'libcrypto', 'libsvn_ra_neon-1',
-      'libc', 'libcrypt', 'libdl',
+      'libc', 'libcrypt', 'libdl', 'libm',
       'libpthread', 'libneon'
       ]),
         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', 'neon',
+        software in ['apache', 'libexpat', 'openssl', 'neon', 'libxml2',
                      'sqlite3', 'subversion', 'zlib', 'libuuid']]
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 




More information about the Erp5-report mailing list