From 8efee2428afccefc67eb2293ce6cb3221c6ebf3e Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Wed, 1 Dec 2010 20:57:35 +0000
Subject: [PATCH] fix version string according to r41001.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41003 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/tests/assertSoftware.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py
index 492fac0906..b29776ae96 100644
--- a/buildout/tests/assertSoftware.py
+++ b/buildout/tests/assertSoftware.py
@@ -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',
-- 
2.30.9