Running unit tests:
Failure in test test_html_default_encoding (zope.pagetemplate.tests.test_ptfile.TypeSniffingTestCase)
Traceback (most recent call last):
File "/usr/local/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/ctheune/zope.org/slave/zope.pagetemplate/build/src/zope/pagetemplate/tests/test_ptfile.py", line 149, in test_html_default_encoding
u"
"
File "/usr/local/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: u'\u0422\u0435\u0441\u0442' != u'\u0422\u0435\u0441\u0442\n'
Failure in test test_html_encoding_by_meta (zope.pagetemplate.tests.test_ptfile.TypeSniffingTestCase)
Traceback (most recent call last):
File "/usr/local/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/ctheune/zope.org/slave/zope.pagetemplate/build/src/zope/pagetemplate/tests/test_ptfile.py", line 164, in test_html_encoding_by_meta
u""
File "/usr/local/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: u'\u0422\u0435\u0441\u0442' != u'\u0422\u0435\u0441\u0442\n'
Failure in test test_xhtml (zope.pagetemplate.tests.test_ptfile.TypeSniffingTestCase)
Traceback (most recent call last):
File "/usr/local/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/ctheune/zope.org/slave/zope.pagetemplate/build/src/zope/pagetemplate/tests/test_ptfile.py", line 179, in test_xhtml
u""
File "/usr/local/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: u'\u0422\u0435\u0441\u0442' != u'\u0422\u0435\u0441\u0442\n'
Ran 25 tests with 3 failures and 0 errors in 0.241 seconds.