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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 9 16:25:22 CET 2010


Author: luke
Date: Tue Nov  9 16:25:21 2010
New Revision: 40118

URL: http://svn.erp5.org?rev=40118&view=rev
Log:
 - mysql 5.0 tritonn is linked against own version of readline

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=40118&r1=40117&r2=40118&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Tue Nov  9 16:25:21 2010
@@ -136,7 +136,7 @@ class AssertMysql50Tritonn(unittest.Test
       'libssl', 'libstdc++', 'libz']), 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 ['ncurses', 'zlib', 'senna', 'openssl']]
+        software in ['ncurses', 'zlib', 'senna', 'readline', 'openssl']]
     self.assertEqual(sorted(expected_rpath_list), elf_dict['rpath_list'])
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 
@@ -147,7 +147,7 @@ class AssertMysql50Tritonn(unittest.Test
       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 ['ncurses', 'zlib', 'openssl']]
+        software in ['ncurses', 'zlib', 'readline', 'openssl']]
     self.assertEqual(sorted(expected_rpath_list), elf_dict['rpath_list'])
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 
@@ -158,7 +158,7 @@ class AssertMysql50Tritonn(unittest.Test
       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 ['ncurses', 'zlib', 'openssl']]
+        software in ['ncurses', 'zlib', 'readline', 'openssl']]
     self.assertEqual(sorted(expected_rpath_list), elf_dict['rpath_list'])
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 
@@ -169,7 +169,7 @@ class AssertMysql50Tritonn(unittest.Test
       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 ['ncurses', 'zlib', 'openssl']]
+        software in ['ncurses', 'zlib', 'readline', 'openssl']]
     self.assertEqual(sorted(expected_rpath_list), elf_dict['rpath_list'])
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 
@@ -180,7 +180,7 @@ class AssertMysql50Tritonn(unittest.Test
       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 ['ncurses', 'zlib', 'openssl']]
+        software in ['ncurses', 'zlib', 'readline', 'openssl']]
     self.assertEqual(sorted(expected_rpath_list), elf_dict['rpath_list'])
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 




More information about the Erp5-report mailing list