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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 8 16:50:17 CET 2011


Author: kazuhiko
Date: Tue Mar  8 16:50:16 2011
New Revision: 44049

URL: http://svn.erp5.org?rev=44049&view=rev
Log:
modify AssertPython24 to follow recent changes.

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=44049&r1=44048&r2=44049&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Tue Mar  8 16:50:16 2011
@@ -2352,7 +2352,7 @@ if python_version >= '2.6':
 elif python_version == '2.4':
   class AssertPython24(AssertSoftwareMixin):
     # .1 could be read from current buildout
-    parts_name = 'rebootstrap.1.parts'
+    parts_name = 'parts'
     python_path = parts_name + '/python%s' % python_version
     rpath_list = [
         'bzip2',
@@ -2380,7 +2380,7 @@ elif python_version == '2.4':
     def test_ld_dyn_readline(self):
       self.assertLibraryList(self.python_path+'/lib/python%s/lib-dynload/readline.so' % python_version, [
         'libc',
-        'libncurses',
+        'libncursesw',
         'libreadline',
         'libpthread',
         ], self.rpath_list)



More information about the Erp5-report mailing list