[Testbot] FAILED (failures=19) : Plone-trunk Zope-trunk Python-2.5.4

CMFPlone Tests plone-tests at epy.co.at
Sat Mar 7 04:39:40 UTC 2009


CMFPlone Tests : FAILED (failures=19) 
Plone-trunk Zope-trunk Python-2.5.4

Running /usr/local/python2.5/bin/python ./bin/test --package Products.CMFPlone
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 2.415 seconds.
  Ran 107 tests with 0 failures and 0 errors in 1.706 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 16.756 seconds.
  Ran 9 tests with 0 failures and 0 errors in 0.027 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 6.044 seconds.
/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.PlonePAS/Products/PlonePAS/tools/groupdata.py:168: DeprecationWarning: portal_groups.getGroupMembers is deprecated and will be removed in Plone 3.5. Use PAS to get a group and check its members instead.
  for u_name in gtool.getGroupMembers(self.getId()):


Failure in test testCreateNonGloballyAllowedObject (Products.CMFPlone.tests.testPortalFactory.TestCreateObjectByURL)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testPortalFactory.py", line 207, in testCreateNonGloballyAllowedObject
    self.assertEqual(response.getStatus(), 200) # OK
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 200



Failure in test testCreateObject (Products.CMFPlone.tests.testPortalFactory.TestCreateObjectByURL)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testPortalFactory.py", line 188, in testCreateObject
    self.assertEqual(response.getStatus(), 200) # OK
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 200

/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.PlonePAS/Products/PlonePAS/pas.py:112: DeprecationWarning: userSetGroups is deprecated. Use the PAS methods instead
  self.userSetGroups(login, groups)
/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.PlonePAS/Products/PlonePAS/gruf_support.py:66: DeprecationWarning: portal_groups.getGroupsForPrincipal is deprecated and will be removed in Plone 3.5. Use PAS to get a principal and check its group list instead.
  groups = set(gtool.getGroupsForPrincipal(member))


Failure in test testPUTDocument (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 78, in testPUTDocument
    self.assertEqual(response.getStatus(), 201)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 201



Failure in test testPUTDocumentIntoPortal (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 262, in testPUTDocumentIntoPortal
    self.assertEqual(response.getStatus(), 201)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 201



Failure in test testPUTImage (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 147, in testPUTImage
    self.assertEqual(response.getStatus(), 201)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 201



Failure in test testPUTImageGIFNoContentType (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 164, in testPUTImageGIFNoContentType
    self.assertEqual(response.getStatus(), 201)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 201



Failure in test testPUTImageICONoContentType (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 232, in testPUTImageICONoContentType
    self.assertEqual(response.getStatus(), 201)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 201



Failure in test testPUTImageJPGNoContentType (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 181, in testPUTImageJPGNoContentType
    self.assertEqual(response.getStatus(), 201)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 201



Failure in test testPUTImagePNGNoContentType (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 198, in testPUTImagePNGNoContentType
    self.assertEqual(response.getStatus(), 201)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 201



Failure in test testPUTImageTIFFNoContentType (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 215, in testPUTImageTIFFNoContentType
    self.assertEqual(response.getStatus(), 201)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 201



Failure in test testPUTIndexHtmlDocument (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 133, in testPUTIndexHtmlDocument
    self.assertEqual(response.getStatus(), 201)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 201



Failure in test testPUTIndexHtmlDocumentIntoPortal (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 277, in testPUTIndexHtmlDocumentIntoPortal
    self.assertEqual(response.getStatus(), 201)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 201



Failure in test testPUTIndexHtmlImage (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 247, in testPUTIndexHtmlImage
    self.assertEqual(response.getStatus(), 201)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 201



Failure in test testPUTTextDocumentININoContentType (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 120, in testPUTTextDocumentININoContentType
    self.assertEqual(response.getStatus(), 201)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 201



Failure in test testPUTTextDocumentRSTNoContentType (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 92, in testPUTTextDocumentRSTNoContentType
    self.assertEqual(response.getStatus(), 201)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 201



Failure in test testPUTTextDocumentTXTNoContentType (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 106, in testPUTTextDocumentTXTNoContentType
    self.assertEqual(response.getStatus(), 201)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 201



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt
Failed doctest test for AddMoveAndDeleteDocument.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 36, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[10]>", line 1, in <module>
        browser.getControl('Add').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 411, in _clickSubmit
        id=control.id, name=control.name, label=label, coord=coord))
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
        return self._mech_open(url, data, timeout=timeout)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 261, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 44, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Body Text').value = 'About test_user_1_'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[12]>", line 1, in <module>
        browser.getControl('Body Text').value = 'About test_user_1_'
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Body Text'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 45, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[13]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 46, in AddMoveAndDeleteDocument.txt
Failed example:
    'Title is required, please correct.' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 51, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Title').value = 'My Page'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[15]>", line 1, in <module>
        browser.getControl('Title').value = 'My Page'
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 52, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[16]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 53, in AddMoveAndDeleteDocument.txt
Failed example:
    'Changes saved.' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 55, in AddMoveAndDeleteDocument.txt
Failed example:
    'My Page' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 60, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Edit').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[19]>", line 1, in <module>
        browser.getLink('Edit').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 626, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 61, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Title').value = 'Ons Bier'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[20]>", line 1, in <module>
        browser.getControl('Title').value = 'Ons Bier'
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 62, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[21]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 63, in AddMoveAndDeleteDocument.txt
Failed example:
    'Ons Bier' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 75, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Edit').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[24]>", line 1, in <module>
        browser.getLink('Edit').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 626, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 76, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/Members/test_user_1_/my-page/edit'
Got:
    'http://nohost/plone/Members/test_user_1_/portal_factory/Document/document.2009-03-07.7110402335/edit'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 81, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl(name='language').displayValue
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[26]>", line 1, in <module>
        browser.getControl(name='language').displayValue
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: name 'language'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 91, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl(name='language').value = ['de']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[28]>", line 1, in <module>
        browser.getControl(name='language').value = ['de']
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: name 'language'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 92, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl(name='language').displayValue
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[29]>", line 1, in <module>
        browser.getControl(name='language').displayValue
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: name 'language'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 95, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[30]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 96, in AddMoveAndDeleteDocument.txt
Failed example:
    'Changes saved.' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 101, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.headers.dict['content-language']
Expected:
    'de'
Got:
    ''
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 110, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Actions').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[33]>", line 1, in <module>
        browser.getLink('Actions').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 626, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 114, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Ons Bier').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[34]>", line 1, in <module>
        browser.getControl('Ons Bier').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Ons Bier'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 115, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Cut').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[35]>", line 1, in <module>
        browser.getControl('Cut').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Cut'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 119, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Add new').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[36]>", line 1, in <module>
        browser.getLink('Add new').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 626, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 122, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Folder').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[38]>", line 1, in <module>
        browser.getControl('Folder').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Folder'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 123, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[39]>", line 1, in <module>
        browser.getControl('Add').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 126, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Title').value = 'My Folder'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[40]>", line 1, in <module>
        browser.getControl('Title').value = 'My Folder'
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 127, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[41]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 128, in AddMoveAndDeleteDocument.txt
Failed example:
    'Changes saved.' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 134, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Actions').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[43]>", line 1, in <module>
        browser.getLink('Actions').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 626, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 135, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Paste').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[44]>", line 1, in <module>
        browser.getControl('Paste').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Paste'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 136, in AddMoveAndDeleteDocument.txt
Failed example:
    'Item(s) pasted.' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 138, in AddMoveAndDeleteDocument.txt
Failed example:
    'Ons Bier' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 153, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.open('http://nohost/plone/Members/test_user_1_/my-folder')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[51]>", line 1, in <module>
        browser.open('http://nohost/plone/Members/test_user_1_/my-folder')
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 239, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
        return self._mech_open(url, data, timeout=timeout)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 261, in _mech_open
        raise response
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 155, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Actions').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[52]>", line 1, in <module>
        browser.getLink('Actions').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 626, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 156, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/Members/test_user_1_/my-folder/folder_contents'
Got:
    'http://nohost/plone/Members/test_user_1_/my-folder'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 162, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Ons Bier').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[54]>", line 1, in <module>
        browser.getControl('Ons Bier').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Ons Bier'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 163, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Delete').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[55]>", line 1, in <module>
        browser.getControl('Delete').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Delete'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 164, in AddMoveAndDeleteDocument.txt
Failed example:
    'Item(s) deleted.' in browser.contents
Expected:
    True
Got:
    False



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt
Failed doctest test for LoginAndLogout.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 74, in LoginAndLogout.txt
Failed example:
    browser.getControl('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[33]>", line 1, in <module>
        browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 411, in _clickSubmit
        id=control.id, name=control.name, label=label, coord=coord))
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
        return self._mech_open(url, data, timeout=timeout)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 261, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/webdav_index_html_put.txt
Failed doctest test for webdav_index_html_put.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/webdav_index_html_put.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/webdav_index_html_put.txt", line 27, in webdav_index_html_put.txt
Failed example:
    print http(r"""
    PUT %s/index_html HTTP/1.1
    Content-Length: %d
    Authorization: Basic %s:%s
    <BLANKLINE>
    %s
    """ % (folder_path, length,
           default_user, default_password, body),
           handle_errors=False)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest webdav_index_html_put.txt[6]>", line 9, in <module>
        handle_errors=False)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/Testing/ZopeTestCase/functional.py", line 40, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 182, in http
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/ZPublisher/Test.py", line 202, in publish_module
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/ZPublisher/Publish.py", line 150, in publish
        sys.exc_info()[2],
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/ZPublisher/Publish.py", line 119, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/ZPublisher/Publish.py", line 42, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/webdav/NullResource.py", line 175, in PUT
        ob.PUT(REQUEST, RESPONSE)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/WebDAVSupport.py", line 131, in PUT
        event.notify(WebDAVObjectInitializedEvent(self))
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.event-3.4.0-py2.5.egg/zope/event/__init__.py", line 23, in notify
        subscriber(event)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.component-3.5.1-py2.5.egg/zope/component/event.py", line 26, in dispatch
        for ignored in zope.component.subscribers(event, None):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.component-3.5.1-py2.5.egg/zope/component/_api.py", line 131, in subscribers
        return sitemanager.subscribers(objects, interface)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.component-3.5.1-py2.5.egg/zope/component/registry.py", line 300, in subscribers
        return self.adapters.subscribers(objects, provided)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.interface-3.5.0-py2.5-linux-i686.egg/zope/interface/adapter.py", line 535, in subscribers
        subscription(*objects)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.CMFEditions/Products/CMFEditions/subscriber.py", line 44, in webdavObjectInitialized
        return webdavObjectEventHandler(event, comment='Initial revision')
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.CMFEditions/Products/CMFEditions/subscriber.py", line 33, in webdavObjectEventHandler
        changed = isObjectChanged(obj)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.CMFEditions/Products/CMFEditions/utilities.py", line 91, in isObjectChanged
        pr = getToolByName(obj, 'portal_repository')
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/utils.py", line 125, in getToolByName
        raise AttributeError, name
    AttributeError: portal_repository
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/webdav_index_html_put.txt", line 38, in webdav_index_html_put.txt
Failed example:
    'index_html' in self.folder
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/webdav_index_html_put.txt", line 41, in webdav_index_html_put.txt
Failed example:
    print self.folder._getOb('index_html').meta_type
Expected:
    ATDocument
Got:
    Filesystem Page Template
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/webdav_index_html_put.txt", line 66, in webdav_index_html_put.txt
Failed example:
    print http(r"""
    PUT %s/index_html HTTP/1.1
    Content-Length: %d
    Authorization: Basic %s:%s
    <BLANKLINE>
    %s
    """ % (portal_path, length,
           default_user, default_password, body),
           handle_errors=False)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest webdav_index_html_put.txt[15]>", line 9, in <module>
        handle_errors=False)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/Testing/ZopeTestCase/functional.py", line 40, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 182, in http
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/ZPublisher/Test.py", line 202, in publish_module
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/ZPublisher/Publish.py", line 150, in publish
        sys.exc_info()[2],
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/ZPublisher/Publish.py", line 119, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/ZPublisher/Publish.py", line 42, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/webdav/NullResource.py", line 175, in PUT
        ob.PUT(REQUEST, RESPONSE)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/WebDAVSupport.py", line 131, in PUT
        event.notify(WebDAVObjectInitializedEvent(self))
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.event-3.4.0-py2.5.egg/zope/event/__init__.py", line 23, in notify
        subscriber(event)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.component-3.5.1-py2.5.egg/zope/component/event.py", line 26, in dispatch
        for ignored in zope.component.subscribers(event, None):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.component-3.5.1-py2.5.egg/zope/component/_api.py", line 131, in subscribers
        return sitemanager.subscribers(objects, interface)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.component-3.5.1-py2.5.egg/zope/component/registry.py", line 300, in subscribers
        return self.adapters.subscribers(objects, provided)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.interface-3.5.0-py2.5-linux-i686.egg/zope/interface/adapter.py", line 535, in subscribers
        subscription(*objects)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.CMFEditions/Products/CMFEditions/subscriber.py", line 44, in webdavObjectInitialized
        return webdavObjectEventHandler(event, comment='Initial revision')
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.CMFEditions/Products/CMFEditions/subscriber.py", line 33, in webdavObjectEventHandler
        changed = isObjectChanged(obj)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.CMFEditions/Products/CMFEditions/utilities.py", line 91, in isObjectChanged
        pr = getToolByName(obj, 'portal_repository')
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/utils.py", line 125, in getToolByName
        raise AttributeError, name
    AttributeError: portal_repository
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/webdav_index_html_put.txt", line 77, in webdav_index_html_put.txt
Failed example:
    'index_html' in self.portal
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/webdav_index_html_put.txt", line 80, in webdav_index_html_put.txt
Failed example:
    print self.portal._getOb('index_html').meta_type
Expected:
    ATDocument
Got:
    Filesystem Page Template

  Ran 890 tests with 19 failures and 0 errors in 6 minutes 2.515 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.346 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.027 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 29 tests with 0 failures and 0 errors in 0.040 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1035 tests, 19 failures, 0 errors in 6 minutes 32.335 seconds.

FAILED (failures=19) 




More information about the Testbot mailing list