From 83847d26f55e2642b12b7f8e26d02db49b73160b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Tue, 9 Nov 2010 15:23:59 +0000
Subject: [PATCH]  - remove not needed docstrings

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

diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py
index 6da1cbfa01..b017ed5b4d 100644
--- a/buildout/tests/assertSoftware.py
+++ b/buildout/tests/assertSoftware.py
@@ -130,7 +130,6 @@ class AssertSoftwareRunable(unittest.TestCase):
 
 class AssertMysql50Tritonn(unittest.TestCase):
   def test_ld_mysqld(self):
-    """libexec/mysqld linking"""
     elf_dict = readElfAsDict('parts/mysql-tritonn-5.0/libexec/mysqld')
     self.assertEqual(sorted(['libc', 'libcrypt', 'libcrypto', 'libdl',
       'libgcc_s', 'libm', 'libnsl', 'libpthread', 'librt', 'libsenna',
@@ -142,7 +141,6 @@ class AssertMysql50Tritonn(unittest.TestCase):
     self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
 
   def test_ld_mysqlmanager(self):
-    """libexec/mysqlmanager"""
     elf_dict = readElfAsDict('parts/mysql-tritonn-5.0/libexec/mysqlmanager')
     self.assertEqual(sorted(['libc', 'libcrypt', 'libcrypto', 'libgcc_s',
       'libm', 'libnsl', 'libpthread', 'libssl', 'libstdc++', 'libz']),
-- 
2.30.9