Commit ea31cff4 authored by Łukasz Nowak's avatar Łukasz Nowak

- fix test docstring


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40070 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 46b63351
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment