Aryeh Gregor wrote
Why are these tests messing with the live database? For consistency of results, shouldn't they be using a fresh database on each run?
For Selenium tests, it is planned to provide a mechanism that sets up a fresh database and image directory per test suite. I will try to implement this as modular as possible, so I could image this might become a common basis also for the unit tests.
Cheers, Markus