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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 24 14:18:24 CET 2010


Author: kazuhiko
Date: Wed Nov 24 14:18:23 2010
New Revision: 40596

URL: http://svn.erp5.org?rev=40596&view=rev
Log:
fix test method names.

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=40596&r1=40595&r2=40596&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Wed Nov 24 14:18:23 2010
@@ -1778,7 +1778,7 @@ class AssertGettext(AssertSoftwareMixin)
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 
 class AssertLibxslt(AssertSoftwareMixin):
-  def test_ld_libintl(self):
+  def test_ld_xsltproc(self):
     elf_dict = readElfAsDict('parts/libxslt/bin/xsltproc')
     self.assertEqual(sorted([
       'libc',
@@ -1800,7 +1800,7 @@ class AssertLibxslt(AssertSoftwareMixin)
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 
 class AssertW3m(AssertSoftwareMixin):
-  def test_ld_libintl(self):
+  def test_ld_w3m(self):
     elf_dict = readElfAsDict('parts/w3m/bin/w3m')
     self.assertEqual(sorted([
       'libc',




More information about the Erp5-report mailing list