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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 9 17:17:50 CET 2010


Author: luke
Date: Tue Nov  9 17:17:49 2010
New Revision: 40131

URL: http://svn.erp5.org?rev=40131&view=rev
Log:
 - remove dead test for not supported software

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=40131&r1=40130&r2=40131&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Tue Nov  9 17:17:49 2010
@@ -54,18 +54,6 @@ def readElfAsDict(f):
     runpath_list=sorted(runpath_list)
   )
 
-class AssertLddLibs(unittest.TestCase):
-  """Checks for dynamic libraries"""
-
-  def test_ocropus(self):
-    """Ocropus"""
-    result = os.system("ldd parts/ocropus/bin/ocropus | grep -q "
-        "'parts/ocropus/lib/libocropus.so'")
-    self.assertEqual(result, 0)
-    result = os.system("ldd parts/ocropus/bin/ocropus | grep -q "
-        "'parts/.*/lib/libiulib.so'")
-    self.assertEqual(result, 0)
-
 class AssertSoftwareRunable(unittest.TestCase):
   def test_HaProxy(self):
     stdout, stderr = subprocess.Popen(["parts/haproxy/sbin/haproxy", "-v"],




More information about the Erp5-report mailing list