[Erp5-report] r40614 luke - /erp5/trunk/buildout/tests/assertSoftware.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 24 18:16:55 CET 2010


Author: luke
Date: Wed Nov 24 18:16:55 2010
New Revision: 40614

URL: http://svn.erp5.org?rev=40614&view=rev
Log:
 - start checking librsync

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=40614&r1=40613&r2=40614&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Wed Nov 24 18:16:55 2010
@@ -1397,6 +1397,33 @@ class AssertVarnish(AssertSoftwareMixin)
       'varnish-2.1',
       ])
 
+class AssertLibrsync(AssertSoftwareMixin):
+  def test_ld_rdiff(self):
+    self.assertLibraryList('parts/librsync/bin/rdiff', [
+      'libbz2',
+      'libc',
+      'libpopt',
+      'librsync',
+      'libz',
+      ], [
+      'bzip2',
+      'librsync',
+      'popt',
+      'zlib',
+      ])
+
+  def test_ld_librsync(self):
+    self.assertLibraryList('parts/librsync/lib/librsync.so', [
+      'libbz2',
+      'libc',
+      'libpopt',
+      'libz',
+      ], [
+      'bzip2',
+      'popt',
+      'zlib',
+      ])
+
 class AssertElfLinkedInternally(AssertSoftwareMixin):
   def test(self):
     return




More information about the Erp5-report mailing list