[Erp5-report] r40482 luke - /erp5/trunk/buildout/tests/assertSoftware.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Nov 22 16:50:24 CET 2010
Author: luke
Date: Mon Nov 22 16:50:23 2010
New Revision: 40482
URL: http://svn.erp5.org?rev=40482&view=rev
Log:
- fix a typo
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=40482&r1=40481&r2=40482&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Mon Nov 22 16:50:23 2010
@@ -1403,7 +1403,7 @@ class AssertItools(AssertSoftwareMixin):
self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
class AssertOpenssl(AssertSoftwareMixin):
- def test_ls_openssl(self):
+ def test_ld_openssl(self):
elf_dict = readElfAsDict('parts/openssl/bin/openssl')
self.assertEqual(sorted(['libc', 'libcrypto', 'libdl', 'libssl', 'libz']),
elf_dict['library_list'])
More information about the Erp5-report
mailing list