Commit a01255d9 authored by Łukasz Nowak's avatar Łukasz Nowak

- add useful zope.testbrowser and assert it

 - define mechanize explicitly


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34682 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6f0d3d67
...@@ -80,6 +80,8 @@ eggs = ...@@ -80,6 +80,8 @@ eggs =
threadframe threadframe
timerserver timerserver
uuid uuid
mechanize
zope.testbrowser
python = python2.4 python = python2.4
dependent-scripts = true dependent-scripts = true
......
...@@ -84,6 +84,7 @@ print sys.version_info[:2] ...@@ -84,6 +84,7 @@ print sys.version_info[:2]
xml xml
xml.parsers.expat xml.parsers.expat
zlib zlib
zope.testbrowser
""") """)
failed_library_list = [] failed_library_list = []
for lib in required_library_list: for lib in required_library_list:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment