[Zope-tests] FAILED (failures=5) : Zope-trunk Python-2.4.3 : Linux
Zope Unit Tests
zope-tests at epy.co.at
Wed Apr 5 21:14:45 EDT 2006
Zope Unit Tests : FAILED (failures=5)
Zope-trunk Python-2.4.3 : Linux
Running /usr/local/python2.4/bin/python test.py -q --all
/home/stefan/autotest/temp/python24-zope210/lib/python/App/Product.py:45: DeprecationWarning: ZClasses are deprecated, unmaintained and should no longer be used
import ZClasses, AccessControl.Owned
/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PluginIndexes/__init__.py:19: DeprecationWarning: Using TextIndex is deprecated (will be removed in Zope 2.12). Use ZCTextIndex instead.
import TextIndex.TextIndex
/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/Application.py:710: DeprecationWarning: Using Gadfly and ZGadflyDA is deprecated. The module will be removed in Zope 2.11)
product=__import__(pname, global_dict, global_dict, silly)
Running unit tests:
Failure in test testAbsoluteUrl (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 46, in testAbsoluteUrl
self.assertEqual(m(), 'http://foo/folder/doc')
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: 'http://fred/folder/doc' != 'http://foo/folder/doc'
Failure in test testTraverse0 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 98, in test
self.assertEqual(ob.absolute_url(), ubase + aup)
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: 'http://fred/folder/doc' != 'http://foo/folder/doc'
Failure in test testTraverse1 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 98, in test
self.assertEqual(ob.absolute_url(), ubase + aup)
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: 'http://fred/doc' != 'http://foo/doc'
Failure in test testTraverse2 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 98, in test
self.assertEqual(ob.absolute_url(), ubase + aup)
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: 'http://fred/foo/doc' != 'http://foo/foo/doc'
Failure in test testTraverse3 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 98, in test
self.assertEqual(ob.absolute_url(), ubase + aup)
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: 'http://fred/foo/folder/doc' != 'http://foo/foo/folder/doc'
The following test left new threads behind:
testCDUP (zope.server.ftp.tests.test_ftpserver.Tests)
New thread(s): [<_DummyThread(Dummy-30, started daemon)>]
Ran 4647 tests with 5 failures and 0 errors in 185.950 seconds.
FAILED (failures=5)
More information about the Zope-tests
mailing list