Commit 8efee242 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix version string according to r41001.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41003 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0a501e4a
......@@ -1583,7 +1583,7 @@ class AssertBzip2(AssertSoftwareMixin):
class AssertPysvn(AssertSoftwareMixin):
def test_ld_pysvn(self):
self.assertLibraryList('develop-eggs/%s/pysvn/_pysvn_%s.so' % (
getDevelopEggName('pysvn', '1.7.4'),
getDevelopEggName('pysvn', '1.7.4nxd004'),
getPythonVersion().replace('.', '_')), [
'libc',
'libgcc_s',
......
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