ZWarehouse - Functional Test Suite Description This is small test suite which helps ZWarehouse developes makes a check that their code did not break ZWarehouse. Requires 1. MaxQ (http://maxq.tigris.org). The only problem which is does have is that it did not support HTTP Authentification, and Zope uses it. So, I have patched a few lines of MaxQ, patched version of MaxQ. MaxQ 0.94 is available from: http://download.zwarehouse.org/files/misc/maxq-0.94.tgz Note: MaxQ itself requires Java and Java MySQL driver (dev-java/jdbc-mysql). 2. To Install: svn co 'http://svn.halogen-dg.com/svn/repos/projects/zwarehouse_fts' zwarehouse_fts 3. Copy settings-example.py to settings.py and edit them to point to your own database connection information and zope access. 4. Make your own run script (cp run_09 run_my), with urlreplace devel.z.halogen.kharkov.ua to your own ZWarehouse URL. 5. Run your run script (./run_my)