Running unit tests: Ran 86 tests with 0 failures and 0 errors in 0.527 seconds. Running zope.traversing.tests.layer.TraversingLayer tests: Set up zope.traversing.tests.layer.TraversingLayer/home/ctheune/eggs/zope.configuration-3.4.0-py2.4.egg/zope/configuration/config.py:197: DeprecationWarning: ZopeSecurityPolicy is deprecated. It has moved to zope.securitypolicy.zopepolicy This reference will be removed somedays obj = getattr(mod, oname) in 2.793 seconds. Failure in test test_absolute_url (zope.traversing.tests.test_vhosting.TestVirtualHosting) 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.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 110, in test_absolute_url self.verify('/pt', 'http://localhost/pt\n') File "/home/ctheune/zope.org/slave/zope.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 176, in verify self.assertEquals(result.getBody(), content) File "/usr/local/lib/python2.4/unittest.py", line 333, in failUnlessEqual raise self.failureException, \ AssertionError: 'http://localhost/pt' != 'http://localhost/pt\n' Failure in test test_absolute_url_absolute_traverse (zope.traversing.tests.test_vhosting.TestVirtualHosting) 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.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 132, in test_absolute_url_absolute_traverse self.verify('/foo/bar/pt', 'http://localhost/foo/bar/pt\n') File "/home/ctheune/zope.org/slave/zope.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 176, in verify self.assertEquals(result.getBody(), content) File "/usr/local/lib/python2.4/unittest.py", line 333, in failUnlessEqual raise self.failureException, \ AssertionError: 'http://localhost/foo/bar/pt' != 'http://localhost/foo/bar/pt\n' Failure in test test_request_base (zope.traversing.tests.test_vhosting.TestVirtualHosting) 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.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 69, in test_request_base '\n\n' File "/home/ctheune/zope.org/slave/zope.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 176, in verify self.assertEquals(result.getBody(), content) File "/usr/local/lib/python2.4/unittest.py", line 333, in failUnlessEqual raise self.failureException, \ AssertionError: '\n\n' != '\n\n\n' Failure in test test_request_url (zope.traversing.tests.test_vhosting.TestVirtualHosting) 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.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 49, in test_request_url self.verify('/pt', 'http://localhost/pt\n') File "/home/ctheune/zope.org/slave/zope.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 176, in verify self.assertEquals(result.getBody(), content) File "/usr/local/lib/python2.4/unittest.py", line 333, in failUnlessEqual raise self.failureException, \ AssertionError: 'http://localhost/pt' != 'http://localhost/pt\n' Failure in test test_resources (zope.traversing.tests.test_vhosting.TestVirtualHosting) 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.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 143, in test_resources self.verify('/foo/bar/pt', 'http://localhost/@@/quux\n') File "/home/ctheune/zope.org/slave/zope.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 176, in verify self.assertEquals(result.getBody(), content) File "/usr/local/lib/python2.4/unittest.py", line 333, in failUnlessEqual raise self.failureException, \ AssertionError: 'http://localhost/@@/quux' != 'http://localhost/@@/quux\n' Ran 7 tests with 5 failures and 0 errors in 0.587 seconds. Tearing down left over layers: Tear down zope.traversing.tests.layer.TraversingLayer in 0.002 seconds. Total: 93 tests, 5 failures, 0 errors in 3.611 seconds.