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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 9 16:24:03 CET 2010


Author: luke
Date: Tue Nov  9 16:23:59 2010
New Revision: 40116

URL: http://svn.erp5.org?rev=40116&view=rev
Log:
 - remove not needed docstrings

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=40116&r1=40115&r2=40116&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Tue Nov  9 16:23:59 2010
@@ -130,7 +130,6 @@ class AssertSoftwareRunable(unittest.Tes
 
 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.Test
     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']),




More information about the Erp5-report mailing list