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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 23 23:44:56 CET 2010


Author: kazuhiko
Date: Tue Nov 23 23:44:55 2010
New Revision: 40571

URL: http://svn.erp5.org?rev=40571&view=rev
Log:
now libxml2 is in gettext's rpath since r40569.

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=40571&r1=40570&r2=40571&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Tue Nov 23 23:44:55 2010
@@ -1773,6 +1773,7 @@ class AssertGettext(AssertSoftwareMixin)
     soft_dir = os.path.join(os.path.abspath(os.curdir), 'parts')
     expected_rpath_list = [os.path.join(soft_dir, software, 'lib') for
         software in [
+          'libxml2',
           ]]
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 




More information about the Erp5-report mailing list