Kevin,
I also received errors and failures when I ran the tests:
Ran 89 tests in 8.578s
FAILED (failures=4, errors=2)
Here's the info from the tests:
Errors:
ERROR: turbogears.widgets.tests.test_forms.test_rendering
ERROR: turbogears.widgets.tests.test_forms.test_disabled_widget
The source of the errors were the same:
File "c:\python24\lib\site-packages\kid-0.8-py2.4.egg\kid\pull.py",
line 203,in _coalesce
for ev, item in stream:
File "<string>", line 29, in _pull
NameError: name 'value_of' is not defined
Failures:
FAIL: turbogears.tests.test_form_controllers.test_css_should_appear
File
"C:\data\projects\TurboGears\turbogears\tests\test_form_controllers.py",line
83, in test_css_should_appear
assert "calendar-system.css" in cherrypy.response.body[0]
FAIL:
turbogears.tests.test_form_controllers.test_javascript_should_appear
File
"C:\data\projects\TurboGears\turbogears\tests\test_form_controllers.py",line
90, in test_javascript_should_appear
assert "calendar.js" in cherrypy.response.body[0]
FAIL: turbogears.tests.test_form_controllers.test_include_mochikit
File
"C:\data\projects\TurboGears\turbogears\tests\test_form_controllers.py",line
97, in test_include_mochikit
assert "MochiKit.js" in cherrypy.response.body[0]
FAIL: turbogears.tests.test_form_controllers.test_mochikit_everywhere
File
"C:\data\projects\TurboGears\turbogears\tests\test_form_controllers.py",line
106, in test_mochikit_everywhere
assert "MochiKit.js" in cherrypy.response.body[0]
All were AssertionErrors with captured output similar to the following
(it looks the expected output was missing):
-------------------- >> begin captured stdout << ---------------------
localhost - - [23/Jan/2006:19:01:51] "GET / HTTP/1.1" 200 -
--------------------- >> end captured stdout << ----------------------
I'm on WinXP SP2 using the latest SVN version of TG. I can send you
the full output if you need it.
Sean