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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 7 15:50:48 CET 2010


Author: luke
Date: Tue Dec  7 15:50:48 2010
New Revision: 41201

URL: http://svn.erp5.org?rev=41201&view=rev
Log:
 - fix typo

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=41201&r1=41200&r2=41201&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Tue Dec  7 15:50:48 2010
@@ -1582,7 +1582,7 @@ 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_verion.replace('.', '_')), [
+      self.python_version.replace('.', '_')), [
       'libc',
       'libgcc_s',
       'libm',



More information about the Erp5-report mailing list