Commit 66854d82 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix test method names.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40596 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b7f43ebe
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment