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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 11:16:29 CET 2010


Author: luke
Date: Thu Nov 25 11:16:26 2010
New Revision: 40655

URL: http://svn.erp5.org?rev=40655&view=rev
Log:
 - check that apr-util-1/apr_dbd_sqlite3.so is linked correctly

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=40655&r1=40654&r2=40655&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Nov 25 11:16:26 2010
@@ -1050,6 +1050,20 @@ class AssertApache(AssertSoftwareMixin):
   def test_ld_module_mod_vhost_alias(self):
     self.assertLibraryList('parts/apache/modules/mod_vhost_alias.so', ['libpthread', 'libc'], ['zlib', 'openssl', 'libuuid', 'libexpat', 'pcre'])
 
+  def test_ld_apr_dbd_sqlite3(self):
+    self.assertLibraryList('parts/apache/lib/apr-util-1/apr_dbd_sqlite3.so', [
+      'libc',
+      'libpthread',
+      'libsqlite3',
+      ], [
+      'libexpat',
+      'libuuid',
+      'openssl',
+      'pcre',
+      'sqlite3',
+      'zlib',
+      ])
+
 class AssertItools(AssertSoftwareMixin):
   def test_ld_parserso(self):
     self.assertLibraryList('parts/itools/lib/itools/xml/parser.so', ['libc', 'libglib-2.0', 'libpthread'], ['glib'])




More information about the Erp5-report mailing list