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

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


Author: luke
Date: Mon Nov 15 15:52:21 2010
New Revision: 40275

URL: http://svn.erp5.org?rev=40275&view=rev
Log:
 - ncurses without wide character set are used

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=40275&r1=40274&r2=40275&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Mon Nov 15 15:52:21 2010
@@ -247,7 +247,7 @@ class AssertMysql51(unittest.TestCase):
   def test_ld_mysql(self):
     elf_dict = readElfAsDict('parts/mysql-5.1/bin/mysql')
     self.assertEqual(sorted(['libc', 'libz', 'libcrypt', 'libgcc_s', 'libm',
-      'libmysqlclient', 'libncursesw', 'libnsl', 'libpthread', 'libreadline',
+      'libmysqlclient', 'libncurses', 'libnsl', 'libpthread', 'libreadline',
       'libstdc++']), 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




More information about the Erp5-report mailing list