The OPML format seems to be broken again.

Documentation
-------------

Advertise the fact that with the buildout there is a complete
log of all tests in the log folder.

1. There are report folders for the last 10 test runs
2. A report folder contains 
   - A funittest.log file with a complete log as it would be emitted with the -v option
   - For each test a mytest.opml file in hierarchical OPML format
   - For each test a mytest_side.html file with a test in the Selenium IDE format

Advertise the fact that a simple 

$ cd log/report
$ grep ERROR *

can indicate the exact tests that have failed

LOG
---

- Make a log which logs test as selenuim IDE test ;

- Report log should be optional.

- Some expected errors are still shown on the stdout log, which is annoying.


General
-------

- Review exception, and organize them ;

- Check that things work on windows, and that you can run tests using
  iexplorer as well ;

- Rename preset to fixture ;

- Write a documentation.


PolicyTest
----------

- Sort test in a clever way to mimize the number of switch for vary data ;

- Provide test on the implementation of PolicyTest.


Normal Test
-----------

- Extension 'all' is a special name to run all extensions of a
  test. This is not fully implemented

