Oh crap.
I changed the License information in htdocs/tests.py and thought, "Gee
this is a simple change. No need to run the unit tests before I commit
the changes". Wrong. As it happens one of the unit tests looks at the
first line of htdocs/tests.py, which of course is now different. I've
fixed it. As penance I shall wear the Dunce Cap and stand in the corner
for the rest of the day.
Mike Looijmans wrote:
I get failing tests on WinXP-sp2, apache 2.0.54, python 2.4.2.
This may be because the test suite is looking for things not there yet.
Put the 3.2.8 binary distribution on my system and did a svn update to
get the latest test suite. When running the tests, I got the following
failures (can we do something about the readability of the output):
It's ugly because it's dumping all of htdocs/tests.py in the traceback.
Best way to get a clean output is to make sure the test passes. ;)
Jim