[Erp5-report] r34682 luke - in /erp5/trunk/buildout: software-profiles/ tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 20 14:19:42 CEST 2010


Author: luke
Date: Tue Apr 20 14:19:37 2010
New Revision: 34682

URL: http://svn.erp5.org?rev=34682&view=rev
Log:
 - add useful zope.testbrowser and assert it
 - define mechanize explicitly

Modified:
    erp5/trunk/buildout/software-profiles/erp5.cfg
    erp5/trunk/buildout/tests/assertSoftware.py

Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=34682&r1=34681&r2=34682&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Tue Apr 20 14:19:37 2010
@@ -80,6 +80,8 @@
   threadframe
   timerserver
   uuid
+  mechanize
+  zope.testbrowser
 
 python = python2.4
 dependent-scripts = true

Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=34682&r1=34681&r2=34682&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Tue Apr 20 14:19:37 2010
@@ -84,6 +84,7 @@
       xml
       xml.parsers.expat
       zlib
+      zope.testbrowser
       """)
     failed_library_list = []
     for lib in required_library_list:




More information about the Erp5-report mailing list