- Spent much time with some tests, trying to fix them, but found out that it's rather pointless to do so for the following reasons:
Tests were Xapian related which is broken in 2.0-storage since it still heavily depends on Page and PageEditor.
- Fixing Xapian is not a good idea since that will bring us to merge hell when merging in the work that has been done on Xapian in 1.9.
I added my insights to the TODO section of Storage2009. Hopefully that will make the life of the person doing the merge easier.
- Worked on fixing tests. We now have 0 failing tests. (Quite a few are still skipped due to brokenness.)
- Started test_test_environment.py testsuite that tests our testing framework.
- Spent much time figuring out how to approach the problem of providing fresh request objects to each individual testcase. Partially solved.