[Erp5-report] r41003 kazuhiko - /erp5/trunk/buildout/tests/assertSoftware.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 1 21:57:35 CET 2010


Author: kazuhiko
Date: Wed Dec  1 21:57:35 2010
New Revision: 41003

URL: http://svn.erp5.org?rev=41003&view=rev
Log:
fix version string according to r41001.

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=41003&r1=41002&r2=41003&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Wed Dec  1 21:57:35 2010
@@ -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',



More information about the Erp5-report mailing list