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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 11:50:38 CET 2010


Author: luke
Date: Thu Nov 25 11:50:38 2010
New Revision: 40666

URL: http://svn.erp5.org?rev=40666&view=rev
Log:
 - remove dosctrings, as test names are selfexplanatory

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=40666&r1=40665&r2=40666&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Nov 25 11:50:38 2010
@@ -746,13 +746,11 @@ class AssertApache(AssertSoftwareMixin):
   ]
 
   def test_ld_libaprutil1(self):
-    """Checks proper linking of libaprutil-1.so"""
     self.assertLibraryList('parts/apache/lib/libaprutil-1.so', ['libexpat', 'libapr-1', 'librt', 'libcrypt',
       'libpthread', 'libdl', 'libc', 'libuuid'],
       self.apache_rpath)
 
   def test_ld_libapr1(self):
-    """Checks proper linking of libapr-1.so"""
     self.assertLibraryList('parts/apache/lib/libapr-1.so', ['librt', 'libcrypt', 'libuuid',
       'libpthread', 'libdl', 'libc'], self.apache_rpath)
 




More information about the Erp5-report mailing list