From 774646772d63afaf171c294ad8fff3fabd47c62f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Thu, 25 Nov 2010 10:16:26 +0000
Subject: [PATCH]  - check that apr-util-1/apr_dbd_sqlite3.so is linked
 correctly

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40655 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/tests/assertSoftware.py | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py
index c5c775751e..9b07d94570 100644
--- a/buildout/tests/assertSoftware.py
+++ b/buildout/tests/assertSoftware.py
@@ -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'])
-- 
2.30.9