[Erp5-report] r40652 luke - /erp5/trunk/buildout/tests/assertSoftware.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Nov 25 11:09:47 CET 2010
Author: luke
Date: Thu Nov 25 11:09:47 2010
New Revision: 40652
URL: http://svn.erp5.org?rev=40652&view=rev
Log:
- assert file package
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=40652&r1=40651&r2=40652&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Nov 25 11:09:47 2010
@@ -1506,6 +1506,24 @@ class AssertLxml(AssertSoftwareMixin):
'zlib',
])
+class AssertFile(AssertSoftwareMixin):
+ def test_ld_file(self):
+ self.assertLibraryList('parts/file/bin/file', [
+ 'libc',
+ 'libmagic',
+ 'libz',
+ ], [
+ 'file',
+ ])
+
+ def test_ld_libmagic(self):
+ self.assertLibraryList('parts/file/lib/libmagic.so', [
+ 'libc',
+ 'libz',
+ ], [
+ 'zlib',
+ ])
+
class AssertElfLinkedInternally(AssertSoftwareMixin):
def test(self):
result_dict = {}
More information about the Erp5-report
mailing list