From 72cdb054ec74d3c6ae01937f30cecb2d8ac3a7e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Tue, 9 Nov 2010 15:25:21 +0000
Subject: [PATCH]  - mysql 5.0 tritonn is linked against own version of
 readline

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

diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py
index b017ed5b4d..ebc6dd3715 100644
--- a/buildout/tests/assertSoftware.py
+++ b/buildout/tests/assertSoftware.py
@@ -136,7 +136,7 @@ class AssertMysql50Tritonn(unittest.TestCase):
       'libssl', 'libstdc++', 'libz']), elf_dict['library_list'])
     soft_dir = os.path.join(os.path.abspath(os.curdir), 'parts')
     expected_rpath_list = [os.path.join(soft_dir, software, 'lib') for
-        software in ['ncurses', 'zlib', 'senna', 'openssl']]
+        software in ['ncurses', 'zlib', 'senna', 'readline', 'openssl']]
     self.assertEqual(sorted(expected_rpath_list), elf_dict['rpath_list'])
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 
@@ -147,7 +147,7 @@ class AssertMysql50Tritonn(unittest.TestCase):
       elf_dict['library_list'])
     soft_dir = os.path.join(os.path.abspath(os.curdir), 'parts')
     expected_rpath_list = [os.path.join(soft_dir, software, 'lib') for
-        software in ['ncurses', 'zlib', 'openssl']]
+        software in ['ncurses', 'zlib', 'readline', 'openssl']]
     self.assertEqual(sorted(expected_rpath_list), elf_dict['rpath_list'])
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 
@@ -158,7 +158,7 @@ class AssertMysql50Tritonn(unittest.TestCase):
       elf_dict['library_list'])
     soft_dir = os.path.join(os.path.abspath(os.curdir), 'parts')
     expected_rpath_list = [os.path.join(soft_dir, software, 'lib') for
-        software in ['ncurses', 'zlib', 'openssl']]
+        software in ['ncurses', 'zlib', 'readline', 'openssl']]
     self.assertEqual(sorted(expected_rpath_list), elf_dict['rpath_list'])
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 
@@ -169,7 +169,7 @@ class AssertMysql50Tritonn(unittest.TestCase):
       elf_dict['library_list'])
     soft_dir = os.path.join(os.path.abspath(os.curdir), 'parts')
     expected_rpath_list = [os.path.join(soft_dir, software, 'lib') for
-        software in ['ncurses', 'zlib', 'openssl']]
+        software in ['ncurses', 'zlib', 'readline', 'openssl']]
     self.assertEqual(sorted(expected_rpath_list), elf_dict['rpath_list'])
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 
@@ -180,7 +180,7 @@ class AssertMysql50Tritonn(unittest.TestCase):
       elf_dict['library_list'])
     soft_dir = os.path.join(os.path.abspath(os.curdir), 'parts')
     expected_rpath_list = [os.path.join(soft_dir, software, 'lib') for
-        software in ['ncurses', 'zlib', 'openssl']]
+        software in ['ncurses', 'zlib', 'readline', 'openssl']]
     self.assertEqual(sorted(expected_rpath_list), elf_dict['rpath_list'])
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 
-- 
2.30.9