Commit 83847d26 authored by Łukasz Nowak's avatar Łukasz Nowak

- remove not needed docstrings


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40116 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 25b98d44
......@@ -130,7 +130,6 @@ class AssertSoftwareRunable(unittest.TestCase):
class AssertMysql50Tritonn(unittest.TestCase):
def test_ld_mysqld(self):
"""libexec/mysqld linking"""
elf_dict = readElfAsDict('parts/mysql-tritonn-5.0/libexec/mysqld')
self.assertEqual(sorted(['libc', 'libcrypt', 'libcrypto', 'libdl',
'libgcc_s', 'libm', 'libnsl', 'libpthread', 'librt', 'libsenna',
......@@ -142,7 +141,6 @@ class AssertMysql50Tritonn(unittest.TestCase):
self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
def test_ld_mysqlmanager(self):
"""libexec/mysqlmanager"""
elf_dict = readElfAsDict('parts/mysql-tritonn-5.0/libexec/mysqlmanager')
self.assertEqual(sorted(['libc', 'libcrypt', 'libcrypto', 'libgcc_s',
'libm', 'libnsl', 'libpthread', 'libssl', 'libstdc++', 'libz']),
......
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