[Zope-tests] FAILED (failures=2) : Zope-trunk Python-2.5.2 : Linux

Zope Tests zope-tests at epy.co.at
Thu Dec 4 20:30:08 EST 2008


Zope Tests : FAILED (failures=2)
Zope-trunk Python-2.5.2 : Linux

Running /usr/local/python2.5/bin/python test.py -q --all
Running unit tests:
/home/stefan/autotest/temp/python25-zope212/lib/python/DocumentTemplate/DT_Raise.py:63: DeprecationWarning: String exceptions are deprecated starting with Python 2.5 and will be removed in a future release
  t, v = upgradeException(t, v)
/home/stefan/autotest/temp/python25-zope212/lib/python/Zope2/App/tests/testExceptionHook.py:120: DeprecationWarning: raising a string exception is deprecated
  raise 'unauthorized', 'x'
/home/stefan/autotest/temp/python25-zope212/lib/python/Zope2/App/startup.py:182: DeprecationWarning: raising a string exception is deprecated
  raise
/home/stefan/autotest/temp/python25-zope212/lib/python/Zope2/App/tests/testExceptionHook.py:129: DeprecationWarning: raising a string exception is deprecated
  raise 'redirect', 'x'
The following test left new threads behind:
testABOR (zope.server.ftp.tests.test_ftpserver.Tests)
New thread(s): [<_DummyThread(Dummy-38, started daemon)>]
  Ran 5691 tests with 0 failures and 0 errors in 3 minutes 31.982 seconds.
Running OFS.tests.testCopySupportEvents.EventLayer tests:
  Set up OFS.tests.testCopySupportEvents.EventLayer in 0.435 seconds.
  Ran 14 tests with 0 failures and 0 errors in 0.121 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Tear down OFS.tests.testCopySupportEvents.EventLayer in 0.005 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.


Failure in test /home/stefan/autotest/temp/python25-zope212/lib/python/Products/Five/browser/tests/aqlegacy_ftest.txt
Failed doctest test for aqlegacy_ftest.txt
  File "/home/stefan/autotest/temp/python25-zope212/lib/python/Products/Five/browser/tests/aqlegacy_ftest.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212/lib/python/Products/Five/browser/tests/aqlegacy_ftest.txt", line 126, in aqlegacy_ftest.txt
Failed example:
    browser.open('http://localhost/test_folder_1_/implicit_zcmltemplate')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest aqlegacy_ftest.txt[43]>", line 1, in <module>
        browser.open('http://localhost/test_folder_1_/implicit_zcmltemplate')
      File "/home/stefan/autotest/temp/python25-zope212/lib/python/zope/testbrowser/browser.py", line 231, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python25-zope212/lib/python/mechanize/_mechanize.py", line 206, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python25-zope212/lib/python/mechanize/_mechanize.py", line 257, in _mech_open
        raise response
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212/lib/python/Products/Five/browser/tests/aqlegacy_ftest.txt", line 127, in aqlegacy_ftest.txt
Failed example:
    print browser.contents
Differences (ndiff with -expected +actual):
    - <p>The falcon has taken flight</p>
    + <html>
    +   <head><title>test_folder_1_</title></head>
    +   <body bgcolor="#FFFFFF">
    + <BLANKLINE>
    +  Object: <Products.Five.metaclass.SimpleViewClass from /home/stefan/autotest/temp/python25-zope212/lib/python/Products/Five/browser/tests/falcon.pt object at 0x43feb84c>, name: 'index_html'
    + <BLANKLINE>
    +   </body>
    + </html>
    + <BLANKLINE>
    + <BLANKLINE>

  Ran 627 tests with 1 failures and 0 errors in 21.875 seconds.
Running Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer tests:
  Set up Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.004 seconds.
  Ran 18 tests with 0 failures and 0 errors in 0.103 seconds.
Running Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer tests:
  Tear down Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.003 seconds.
  Set up Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.002 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.018 seconds.
Running zope.formlib.tests.FormlibLayer tests:
  Tear down Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.002 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.formlib.tests.FormlibLayer in 1.577 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.012 seconds.
Running zope.testbrowser.tests.TestBrowserLayer tests:
  Tear down zope.formlib.tests.FormlibLayer in 0.007 seconds.
  Set up zope.testbrowser.tests.TestBrowserLayer in 1.072 seconds.


Failure in test /home/stefan/autotest/temp/python25-zope212/lib/python/zope/testbrowser/README.txt
Failed doctest test for README.txt
  File "/home/stefan/autotest/temp/python25-zope212/lib/python/zope/testbrowser/README.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212/lib/python/zope/testbrowser/README.txt", line 1162, in README.txt
Failed example:
    print browser.contents,
Expected:
    CONTENT_LENGTH: 13
    HTTP_USER_AGENT: Python-urllib/2.4
    HTTP_CONNECTION: close
    HTTP_COOKIE:
    HTTP_REFERER: localhost
    HTTP_ACCEPT_LANGUAGE: en-US
    REQUEST_METHOD: POST
    HTTP_HOST: localhost
    PATH_INFO: /@@echo.html
    CONTENT_TYPE: application/x-javascipt
    SERVER_PROTOCOL: HTTP/1.1
    Body: '{"x":1,"y":2}'
Got:
    CONTENT_LENGTH: 13
    HTTP_USER_AGENT: Python-urllib/2.4
    HTTP_CONNECTION: close
    HTTP_COOKIE: 
    HTTP_REFERER: localhost
    HTTP_ACCEPT_LANGUAGE: en-US
    REQUEST_METHOD: POST
    HTTP_HOST: localhost
    PATH_INFO: /@@echo.html
    CONTENT_TYPE: application/x-javascipt
    SERVER_PROTOCOL: HTTP/1.1
    QUERY_STRING: 
    Body: ''

  Ran 114 tests with 1 failures and 0 errors in 2.841 seconds.
Running zope.traversing.tests.layer.TraversingLayer tests:
  Tear down zope.testbrowser.tests.TestBrowserLayer in 0.007 seconds.
  Set up zope.traversing.tests.layer.TraversingLayer/home/stefan/autotest/temp/python25-zope212/lib/python/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 1.010 seconds.
  Ran 7 tests with 0 failures and 0 errors in 0.441 seconds.
Tearing down left over layers:
  Tear down zope.traversing.tests.layer.TraversingLayer in 0.007 seconds.
Total: 6478 tests, 2 failures, 0 errors in 4 minutes 10.814 seconds.

FAILED (failures=2)


More information about the Zope-tests mailing list