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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 8 18:25:58 CET 2010


Author: luke
Date: Mon Nov  8 18:25:56 2010
New Revision: 40070

URL: http://svn.erp5.org?rev=40070&view=rev
Log:
 - fix test docstring

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=40070&r1=40069&r2=40070&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Mon Nov  8 18:25:56 2010
@@ -90,7 +90,7 @@ class AssertLddLibs(unittest.TestCase):
   """Checks for dynamic libraries"""
 
   def test_ocropus(self):
-    """Senna as an library"""
+    """Ocropus"""
     result = os.system("ldd parts/ocropus/bin/ocropus | grep -q "
         "'parts/ocropus/lib/libocropus.so'")
     self.assertEqual(result, 0)




More information about the Erp5-report mailing list