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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 7 13:39:51 CET 2010


Author: luke
Date: Tue Dec  7 13:39:51 2010
New Revision: 41196

URL: http://svn.erp5.org?rev=41196&view=rev
Log:
 - no need to pass commonly shared python version

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=41196&r1=41195&r2=41196&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Tue Dec  7 13:39:51 2010
@@ -1581,7 +1581,7 @@ class AssertBzip2(AssertSoftwareMixin):
 class AssertPysvn(AssertSoftwareMixin):
   def test_ld_pysvn(self):
     self.assertLibraryList('develop-eggs/%s/pysvn/_pysvn_%s.so' % (
-      self.getDevelopEggName('pysvn', '1.7.4nxd006', self.python_version),
+      self.getDevelopEggName('pysvn', '1.7.4nxd006'),
       self.python_verion.replace('.', '_')), [
       'libc',
       'libgcc_s',



More information about the Erp5-report mailing list