Commit 2eef3f33 authored by Łukasz Nowak's avatar Łukasz Nowak

- remove dosctrings, as test names are selfexplanatory


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40666 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 110a99af
......@@ -746,13 +746,11 @@ class AssertApache(AssertSoftwareMixin):
]
def test_ld_libaprutil1(self):
"""Checks proper linking of libaprutil-1.so"""
self.assertLibraryList('parts/apache/lib/libaprutil-1.so', ['libexpat', 'libapr-1', 'librt', 'libcrypt',
'libpthread', 'libdl', 'libc', 'libuuid'],
self.apache_rpath)
def test_ld_libapr1(self):
"""Checks proper linking of libapr-1.so"""
self.assertLibraryList('parts/apache/lib/libapr-1.so', ['librt', 'libcrypt', 'libuuid',
'libpthread', 'libdl', 'libc'], self.apache_rpath)
......
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