[Testbot] FAILED (failures=25, errors=16) : Plone-trunk Zope-trunk Python-2.5.2

plone.* Tests plone-tests at epy.co.at
Thu Nov 27 05:54:55 UTC 2008


plone.* Tests : FAILED (failures=25, errors=16)
Plone-trunk Zope-trunk Python-2.5.2

Running /usr/local/python2.5/bin/python ./bin/test --package plone --module !plone.recipe
GenericCache not found; tests skipped
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.074 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 6.114 seconds.
  Ran 32 tests with 0 failures and 0 errors in 0.480 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 15.815 seconds.


Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt
Failed doctest test for foldercontents.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 238, in foldercontents.txt
Failed example:
    browser.getLink(id='foldercontents-selectall').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 foldercontents.txt[60]>", line 1, in <module>
        browser.getLink(id='foldercontents-selectall').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 313, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 606, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt
Failed doctest test for simplepublish.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 51, in simplepublish.txt
Failed example:
    ctrl = browser.getControl(name='form.target_folder') # XXX fix label
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 simplepublish.txt[27]>", line 1, in <module>
        ctrl = browser.getControl(name='form.target_folder') # XXX fix label
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: name 'form.target_folder'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 52, in simplepublish.txt
Failed example:
    ctrl.value = ['/news']
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 simplepublish.txt[28]>", line 1, in <module>
        ctrl.value = ['/news']
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 96, in __setattr__
        object.__setattr__(self, name, value)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 499, in fset
        raise interfaces.ExpiredError
    ExpiredError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 74, in simplepublish.txt
Failed example:
    browser.getLink('State:').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 simplepublish.txt[41]>", line 1, in <module>
        browser.getLink('State:').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 421, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 555, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
        raise response
    httperror_seek_wrapper: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 75, in simplepublish.txt
Failed example:
    ctrl = browser.getControl(name='workflow_action') # XXX fix label
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 simplepublish.txt[42]>", line 1, in <module>
        ctrl = browser.getControl(name='workflow_action') # XXX fix label
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: name 'workflow_action'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 76, in simplepublish.txt
Failed example:
    ctrl.value = ['publish']
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 simplepublish.txt[43]>", line 1, in <module>
        ctrl.value = ['publish']
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 96, in __setattr__
        object.__setattr__(self, name, value)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 499, in fset
        raise interfaces.ExpiredError
    ExpiredError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 77, in simplepublish.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 simplepublish.txt[44]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 81, in simplepublish.txt
Failed example:
    browser.url
Differences (ndiff with -expected +actual):
    - 'http://nohost/plone/news/my-news-item'
    + 'http://nohost/plone/my-news-item/content_status_history'



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt
Failed doctest test for multipublish.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 53, in multipublish.txt
Failed example:
    ctrl = browser.getControl(name='form.target_folder') # XXX fix label
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 multipublish.txt[27]>", line 1, in <module>
        ctrl = browser.getControl(name='form.target_folder') # XXX fix label
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: name 'form.target_folder'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 54, in multipublish.txt
Failed example:
    ctrl.value = ['/news']
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 multipublish.txt[28]>", line 1, in <module>
        ctrl.value = ['/news']
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 96, in __setattr__
        object.__setattr__(self, name, value)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 499, in fset
        raise interfaces.ExpiredError
    ExpiredError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 92, in multipublish.txt
Failed example:
    browser.getControl('Change State').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 multipublish.txt[52]>", line 1, in <module>
        browser.getControl('Change State').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 610, 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.5.1-py2.5.egg/zope/testbrowser/browser.py", line 397, in _clickSubmit
        id=control.id, name=control.name, label=label, coord=coord))
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
        raise response
    HTTPError: HTTP Error 503: Service Unavailable
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 94, in multipublish.txt
Failed example:
    'My news item' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 96, in multipublish.txt
Failed example:
    'Second news item' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 99, in multipublish.txt
Failed example:
    browser.getControl('Publish').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 multipublish.txt[55]>", line 1, in <module>
        browser.getControl('Publish').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Publish'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 107, in multipublish.txt
Failed example:
    browser.open(self.portal.absolute_url() + '/news/folder_listing')
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 multipublish.txt[57]>", line 1, in <module>
        browser.open(self.portal.absolute_url() + '/news/folder_listing')
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 231, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
        raise response
    HTTPError: HTTP Error 404: Not Found



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt
Failed doctest test for browser.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 113, in browser.txt
Failed example:
    browser.getLink("Published").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 browser.txt[45]>", line 1, in <module>
        browser.getLink("Published").click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 421, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 555, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
        raise response
    httperror_seek_wrapper: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 114, in browser.txt
Failed example:
    browser.getControl("Retract").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 browser.txt[46]>", line 1, in <module>
        browser.getControl("Retract").click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Retract'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 115, in browser.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 browser.txt[47]>", line 1, in <module>
        browser.getControl("Save").click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 116, in browser.txt
Failed example:
    browser.getLink("working copy").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 browser.txt[48]>", line 1, in <module>
        browser.getLink("working copy").click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 313, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 606, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 117, in browser.txt
Failed example:
    browser.getLink("Check 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 browser.txt[49]>", line 1, in <module>
        browser.getLink("Check in").click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 313, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 606, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 118, in browser.txt
Failed example:
    browser.getControl("Check 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 browser.txt[50]>", line 1, in <module>
        browser.getControl("Check in").click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Check in'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 119, in browser.txt
Failed example:
    "Checked in" in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 138, in browser.txt
Failed example:
    portal.manage_delObjects(['front-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 browser.txt[54]>", line 1, in <module>
        portal.manage_delObjects(['front-page'])
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/Portal.py", line 81, in manage_delObjects
        item = self._getOb(id)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 296, in _getOb
        raise AttributeError, id
    AttributeError: front-page



Failure in test test_actions (plone.app.layout.globals.tests.test_context.TestContextStateView)
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.app.layout/plone/app/layout/globals/tests/test_context.py", line 152, in test_actions
    self.failUnless('workflow' in actions)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError



Failure in test test_is_rtl (plone.app.layout.globals.tests.test_portal.TestPortalStateView)
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.app.layout/plone/app/layout/globals/tests/test_portal.py", line 49, in test_is_rtl
    self.assertEquals(self.view.is_rtl(), True)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: False != True



Error in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.layout/plone/app/layout/sitemap/tests/sitemap.txt
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.layout/plone/app/layout/sitemap/tests/test_doctests.py", line 34, in afterSetUp
    self.portal.portal_workflow.doActionFor(self.portal.f1, 'submit')
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/WorkflowTool.py", line 237, in doActionFor
    raise WorkflowException(msg)
WorkflowException: No workflow provides the '${action_id}' action.



Failure in test test_all_events_link (plone.app.portlets.tests.test_events_portlet.TestRenderer)
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.app.portlets/plone/app/portlets/tests/test_events_portlet.py", line 103, in test_all_events_link
    self.failUnless(r.all_events_link().endswith('/events'))
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError



Error in test test_prev_events_link (plone.app.portlets.tests.test_events_portlet.TestRenderer)
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.app.portlets/plone/app/portlets/tests/test_events_portlet.py", line 110, in test_prev_events_link
    self.failUnless(r.prev_events_link().endswith(
AttributeError: 'NoneType' object has no attribute 'endswith'



Failure in test testCustomQuery (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
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.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 340, in testCustomQuery
    self.assertEqual(len(tree['children']), 4)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 1 != 4



Failure in test testStateFiltering (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
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.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 361, in testStateFiltering
    self.assertEqual(len(tree['children']), 4)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 1 != 4



Error in test test_all_news_link (plone.app.portlets.tests.test_news_portlet.TestRenderer)
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.app.portlets/plone/app/portlets/tests/test_news_portlet.py", line 103, in test_all_news_link
    self.failUnless(r.all_news_link().endswith('/news'))
AttributeError: 'NoneType' object has no attribute 'endswith'



Failure in test test_recent_items (plone.app.portlets.tests.test_recent_portlet.TestRenderer)
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.app.portlets/plone/app/portlets/tests/test_recent_portlet.py", line 88, in test_recent_items
    self.assertEquals(5, len(r.recent_items()))
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 5 != 2



Error in test testEnableZope3Site (plone.app.upgrade.v30.tests.TestMigrations_v2_5_x)
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.app.upgrade/plone/app/upgrade/v30/tests.py", line 246, in testEnableZope3Site
    enableZope3Site(self.portal)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/alphas.py", line 223, in enableZope3Site
    sm = portal.getSiteManager()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 184, in getSiteManager
    raise ComponentLookupError('No component registry defined.')
ComponentLookupError: No component registry defined.



Failure in test testLegacyPortletsConverted (plone.app.upgrade.v30.tests.TestMigrations_v2_5_x)
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.app.upgrade/plone/app/upgrade/v30/tests.py", line 360, in testLegacyPortletsConverted
    self.assertEquals(True, portletAssignments.getBlacklistStatus(CONTEXT_PORTLETS))
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: True != None



Failure in test testLegacyPortletsConvertedBadSlots (plone.app.upgrade.v30.tests.TestMigrations_v2_5_x)
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.app.upgrade/plone/app/upgrade/v30/tests.py", line 432, in testLegacyPortletsConvertedBadSlots
    self.assertEquals(True, portletAssignments.getBlacklistStatus(CONTEXT_PORTLETS))
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: True != None



Failure in test testLegacyPortletsConvertedNoSlots (plone.app.upgrade.v30.tests.TestMigrations_v2_5_x)
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.app.upgrade/plone/app/upgrade/v30/tests.py", line 395, in testLegacyPortletsConvertedNoSlots
    self.assertEquals(True, portletAssignments.getBlacklistStatus(CONTEXT_PORTLETS))
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: True != None

  Ran 847 tests with 13 failures and 4 errors in 5 minutes 27.028 seconds.
Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.952 seconds.


Error in test testAssignmentOrdering (plone.app.contentrules.tests.test_configuration.TestGenericSetup)
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.app.contentrules/plone/app/contentrules/tests/test_configuration.py", line 132, in testAssignmentOrdering
    assignable = IRuleAssignmentManager(self.portal.news)
AttributeError: news



Failure in test testExport (plone.app.contentrules.tests.test_configuration.TestGenericSetup)
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.app.contentrules/plone/app/contentrules/tests/test_configuration.py", line 208, in testExport
    self.assertEquals(expected.strip(), body.strip(), body)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: <?xml version="1.0"?>
<contentrules>
 <rule name="test1" title="Test rule 1" description="A test rule"
    enabled="True" event="zope.lifecycleevent.interfaces.IObjectModifiedEvent"
    stop-after="False">
  <conditions>
   <condition type="plone.conditions.PortalType">
    <property name="check_types">
     <element>Document</element>
     <element>News Item</element>
    </property>
   </condition>
   <condition type="plone.conditions.Role">
    <property name="role_names">
     <element>Manager</element>
    </property>
   </condition>
  </conditions>
  <actions>
   <action type="plone.actions.Notify">
    <property name="message">A message: Hej då</property>
    <property name="message_type">info</property>
   </action>
  </actions>
 </rule>
 <rule name="test2" title="Test rule 2" description="Another test rule"
    enabled="False"
    event="zope.lifecycleevent.interfaces.IObjectModifiedEvent"
    stop-after="True">
  <conditions>
   <condition type="plone.conditions.PortalType">
    <property name="check_types">
     <element>Event</element>
    </property>
   </condition>
  </conditions>
  <actions>
   <action type="plone.actions.Workflow">
    <property name="transition">publish</property>
   </action>
  </actions>
 </rule>
 <rule name="test3" title="Test rule 3" description="Third test rule"
    enabled="True" event="zope.app.container.interfaces.IObjectMovedEvent"
    stop-after="False">
  <conditions/>
  <actions/>
 </rule>
</contentrules>




Error in test testImportTwice (plone.app.contentrules.tests.test_configuration.TestGenericSetup)
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.app.contentrules/plone/app/contentrules/tests/test_configuration.py", line 145, in testImportTwice
    self.testRuleAssigned()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/test_configuration.py", line 119, in testRuleAssigned
    assignable = IRuleAssignmentManager(self.portal.news)
AttributeError: news



Error in test testRuleAssigned (plone.app.contentrules.tests.test_configuration.TestGenericSetup)
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.app.contentrules/plone/app/contentrules/tests/test_configuration.py", line 119, in testRuleAssigned
    assignable = IRuleAssignmentManager(self.portal.news)
AttributeError: news

  Ran 6 tests with 1 failures and 3 errors in 2.027 seconds.
Running plone.app.customerize.tests.layer.PloneCustomerize tests:
  Tear down plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.005 seconds.
  Set up plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.
  Ran 27 tests with 0 failures and 0 errors in 1 minutes 59.741 seconds.
Running plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer tests:
  Tear down plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.
  Set up plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.073 seconds.


Error in test testChangeViewTemplate (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 33, in afterSetUp
    self.fpage = self.portal['front-page']
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 758, in __getitem__
    raise KeyError, key
KeyError: 'front-page'



Error in test testChangeWorkflowState (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 33, in afterSetUp
    self.fpage = self.portal['front-page']
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 758, in __getitem__
    raise KeyError, key
KeyError: 'front-page'



Error in test testCopyObject (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 33, in afterSetUp
    self.fpage = self.portal['front-page']
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 758, in __getitem__
    raise KeyError, key
KeyError: 'front-page'



Error in test testCutObject (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 33, in afterSetUp
    self.fpage = self.portal['front-page']
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 758, in __getitem__
    raise KeyError, key
KeyError: 'front-page'



Error in test testKssCopyObject (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 33, in afterSetUp
    self.fpage = self.portal['front-page']
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 758, in __getitem__
    raise KeyError, key
KeyError: 'front-page'



Error in test testKssCutObject (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 33, in afterSetUp
    self.fpage = self.portal['front-page']
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 758, in __getitem__
    raise KeyError, key
KeyError: 'front-page'



Error in test testReplaceContentRegion (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 33, in afterSetUp
    self.fpage = self.portal['front-page']
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 758, in __getitem__
    raise KeyError, key
KeyError: 'front-page'



Error in test test_update_of_nav_portlet (plone.app.kss.tests.test_part_reloading.TestPortletReloading)
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.app.kss/plone/app/kss/tests/test_part_reloading.py", line 59, in test_update_of_nav_portlet
    command = result[0]
IndexError: list index out of range

  Ran 13 tests with 0 failures and 8 errors in 1.094 seconds.
Running plone.app.linkintegrity.tests.layer.PloneLinkintegrity tests:
  Tear down plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.000 seconds.
  Set up plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 38.918 seconds.


Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferalToPrivateFiles.txt
Failed doctest test for testReferalToPrivateFiles.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferalToPrivateFiles.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferalToPrivateFiles.txt", line 36, in testReferalToPrivateFiles.txt
Failed example:
    browser.contents
Expected:
    '...<div...class="documentContent"...
     ...<form ... action="http://nohost/plone/removeConfirmationAction">...
     ...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<ul>...The item is not accessible...</ul>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <link rel="kss-base-url" href="http://nohost/plone/" />\n\n  \n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey6226.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey4702.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://no!
 host/plone/portal_javascripts/Plone%20Default/sarissa-cachekey0701.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey5483.js">\n      </script>\n    \n    \n  \n\n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey0089.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey1464.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css" media="all"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey1137.css); --></style>\n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey9395.kss" />\n\n\na standard view\n\n<title>Plone si!
 te</title>\n\n\n    <!-- Internet Explorer CSS Fixes -->\n    <!--[if 
IE]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http:!
 //www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText"!
  type="text" size="18" title="Search Site" accesskey="4" class="inputL
abel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="56" width="204" /></a>\n\n\n    <h5 class="hiddenStructure!
 ">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="">Members</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-image2" class="plain"><a href="http://nohost/plone/image2/view" title="">Test Image 2</a></li>\n        <li id="portaltab-image3" class="plain"><a href="http://nohost/plone/image3/view" title="">Test Image 3</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </u!
 l>\n\na standard view\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/
xhtml" id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\n      You are here:\n    </span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\n\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n         !
    <td id="portal-column-content">\n\n              \n                <div class="documentEditable">\n\n                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n\n</ul>\n\n\n    \n\n</div>\n\na standard view\n\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                  !
   \n                    <a name="documentContent"></a>\n\n            
        \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view\n</div>\n\n                    \n                    \n                    \n                      \n                      <div>\n      a standard view\n\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Nov 27, 2008 07:14 AM\!
 n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Selec!
 t: <a id="foldercontents-selectall" class="update-selection" href="htt
p://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          \n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Members" title="Select Members" />\n                <input type="hidden" name="selected_obj_path!
 s:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Members</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Folder: ">\n                    Members\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 27, 2008 07:14 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc1!
 ">\n\n              \n\n              <td class="notDraggable">\n     
           <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 27, 2008 07:22 AM</td>\n              <td>\n                <span class="st!
 ate-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n                    Test Page 2\n                  </a>\n                </span>\n\n      !
           \n              </td>\n\n              <td>\n               
 \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 27, 2008 07:21 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-image2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image2" value="/plone/image2" alt="Select Test Image 2" title="Select Test Image 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/image2" />\n                <label class="hiddenStructure" for="cb_image2">Test Image 2</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/plone/image_!
 icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image2/view" class="state-missing-value" title="Image: ">\n                    Test Image 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Nov 27, 2008 07:22 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-image3">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image3" value="/plone/image3" alt="Select Test Image 3" title="Select Test Image 3" />\n                <input type="hidden" name="selected_obj_paths:list" value="/!
 plone/image3" />\n                <label class="hiddenStructure" for="
cb_image3">Test Image 3</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/plone/image_icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image3/view" class="state-missing-value" title="Image: ">\n                    Test Image 3\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Nov 27, 2008 07:22 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" !
 class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Nov 27, 2008 07:22 AM</td>\n              <td>\n                \n                <span>&nb!
 sp;</span>\n              </td>\n              \n            </tr>\n  
        \n          \n            <tr class="draggable odd" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n              !
   \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 27, 2008 07:22 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="9249b081caf373ffcef643b1f6a6ad3b63311e98"/>\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\na standard view\n\n             !
        \n                    \n\n                    <span id="content
BottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      \n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n  The\n  <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n  is\n  <acronym title="Copyright">&copy;</acronym>\n  2000-2008\n  by the\n  <a href="http://plone.org/foundation">Plone Foundation</a>\n  et al.\n</p>\n\n<p>\n  \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n      <a href="http://plone.org/foundation">Plone Foundation</a>.\n  \n\n  \n    Distributed under the\n      <a href="http://creativecommons.org/licenses/GPL!
 /2.0/">GNU GPL license</a>.\n  \n</p>\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n\n  \n\n  <div class="colophonWrapper">\n  <ul>\n    <li>\n      <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">Powered by Plone</a>\n    </li>\n    <li>\n      <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">Valid XHTML</a>\n    </li>\n    <li>\n      <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">Valid CSS</a>\n    </li>\n    <li>\n      <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">Section 508</a>\n    </li>\n    <li>\n      <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelin!
 es.">WCAG</a>\n    </li>\n  </ul>\n  </div>\n\n</div>\n\n\na standard 
view\n\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt
Failed doctest test for testRemovalsWithYesToAll.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt", line 24, in testRemovalsWithYesToAll.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <link rel="kss-base-url" href="http://nohost/plone/" />\n\n  \n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey6226.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey4702.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://no!
 host/plone/portal_javascripts/Plone%20Default/sarissa-cachekey0701.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey5483.js">\n      </script>\n    \n    \n  \n\n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey0089.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey1464.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css" media="all"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey1137.css); --></style>\n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey9395.kss" />\n\n\na standard view\n\n<title>Plone si!
 te</title>\n\n\n    <!-- Internet Explorer CSS Fixes -->\n    <!--[if 
IE]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http:!
 //www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n       !
  <label for="searchGadget" class="hiddenStructure">Search Site</label>
\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/p!
 lone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="56" width="204" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="">Members</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wra!
 pper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="p
ortal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\n      You are here:\n    </span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\n\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="documentEditable">\n\n !
                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharin!
 g</a>\n              </li>\n            \n\n        </ul>\n        \n 
   \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src!
 ="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n               !
      <a href="http://nohost/plone/createObject?type_name=File" class="
contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                !
   <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        !
 <span class="subMenuTitle">Link</span>\n                    </a>\n    
                \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" hei!
 ght="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectVi!
 ewTemplate?templateId=folder_listing" class="" id="folder_listing" tit
le="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n       !
              \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="contextSetDefaultPage" title="Select an item to be used as default view in this folder...">\n                        \n                        \n                        <span class="subMenuTitle">Select a content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl!
 >\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\n\na standard view\n\n\n  
                <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view\n</div>\n\n                    \n                    \n                    \n                      \n                      <div>\n      a standard view\n\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plo!
 ne site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Nov 27, 2008 07:14 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  !
 \n    \n    <div class="visualClear" id="clear-space-before-navigation
"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n       !
    \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Members" title="Select Members" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Members</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Folder: ">\n                    Members\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-v!
 isible">1 kB</span>\n              </td>\n              <td class="sta
te-visible">Nov 27, 2008 07:14 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/p!
 lone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 27, 2008 07:22 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n              !
     &#9650;\n                </a>\n                &nbsp;\n           
     <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n        !
             Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 27, 2008 07:22 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-file1">\n\n              \n\n              <td class=!
 "notDraggable">\n                <input type="checkbox" class="noborde
r" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Nov 27, 2008 07:22 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n   !
            </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n           !
    <td>\n                <span class="contenttype-folder">\n          
        <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 27, 2008 07:22 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n !
                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="9249b081caf373ffcef643b1f6a6ad3b63311e98"/>\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\na standard view\n\n          !
           \n                    \n\n                    <span id="cont
entBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n  The\n  <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n  is\n  <acronym title="Copyright">&copy;</acronym>\n  2000-2008\n  by the\n  <a href="http://plone.org/foundation">Plone Foundation</a>\n  et al.\n</p>\n\n<p>\n  \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\!
 n      <a href="http://plone.org/foundation">Plone Foundation</a>.\n  \n\n  \n    Distributed under the\n      <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n  \n</p>\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n\n  \n\n  <div class="colophonWrapper">\n  <ul>\n    <li>\n      <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">Powered by Plone</a>\n    </li>\n    <li>\n      <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">Valid XHTML</a>\n    </li>\n    <li>\n      <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">Valid CSS</a>\n    </li>\n    <li>\n      <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">Section 508<!
 /a>\n    </li>\n    <li>\n      <a href="http://www.w3.org/WAI/WCAG1AA
-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">WCAG</a>\n    </li>\n  </ul>\n  </div>\n\n</div>\n\n\na standard view\n\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt
Failed doctest test for testMultipleFilesRemoval.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt", line 26, in testMultipleFilesRemoval.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <link rel="kss-base-url" href="http://nohost/plone/" />\n\n  \n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey6226.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey4702.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://no!
 host/plone/portal_javascripts/Plone%20Default/sarissa-cachekey0701.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey5483.js">\n      </script>\n    \n    \n  \n\n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey0089.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey1464.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css" media="all"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey1137.css); --></style>\n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey9395.kss" />\n\n\na standard view\n\n<title>Plone si!
 te</title>\n\n\n    <!-- Internet Explorer CSS Fixes -->\n    <!--[if 
IE]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http:!
 //www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n       !
  <label for="searchGadget" class="hiddenStructure">Search Site</label>
\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/p!
 lone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="56" width="204" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="">Members</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wra!
 pper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="p
ortal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\n      You are here:\n    </span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\n\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="documentEditable">\n\n !
                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharin!
 g</a>\n              </li>\n            \n\n        </ul>\n        \n 
   \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src!
 ="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n               !
      <a href="http://nohost/plone/createObject?type_name=File" class="
contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                !
   <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        !
 <span class="subMenuTitle">Link</span>\n                    </a>\n    
                \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" hei!
 ght="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectVi!
 ewTemplate?templateId=folder_listing" class="" id="folder_listing" tit
le="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n       !
              \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="contextSetDefaultPage" title="Select an item to be used as default view in this folder...">\n                        \n                        \n                        <span class="subMenuTitle">Select a content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl!
 >\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\n\na standard view\n\n\n  
                <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view\n</div>\n\n                    \n                    \n                    \n                      \n                      <div>\n      a standard view\n\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plo!
 ne site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Nov 27, 2008 07:14 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  !
 \n    \n    <div class="visualClear" id="clear-space-before-navigation
"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n       !
    \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Members" title="Select Members" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Members</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Folder: ">\n                    Members\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-v!
 isible">1 kB</span>\n              </td>\n              <td class="sta
te-visible">Nov 27, 2008 07:14 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/p!
 lone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 27, 2008 07:23 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n              !
     &#9650;\n                </a>\n                &nbsp;\n           
     <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n        !
             Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 27, 2008 07:23 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-file1">\n\n              \n\n              <td class=!
 "notDraggable">\n                <input type="checkbox" class="noborde
r" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Nov 27, 2008 07:22 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n   !
            </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n           !
    <td>\n                <span class="contenttype-folder">\n          
        <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 27, 2008 07:22 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n !
                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="9249b081caf373ffcef643b1f6a6ad3b63311e98"/>\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\na standard view\n\n          !
           \n                    \n\n                    <span id="cont
entBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n  The\n  <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n  is\n  <acronym title="Copyright">&copy;</acronym>\n  2000-2008\n  by the\n  <a href="http://plone.org/foundation">Plone Foundation</a>\n  et al.\n</p>\n\n<p>\n  \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\!
 n      <a href="http://plone.org/foundation">Plone Foundation</a>.\n  \n\n  \n    Distributed under the\n      <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n  \n</p>\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n\n  \n\n  <div class="colophonWrapper">\n  <ul>\n    <li>\n      <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">Powered by Plone</a>\n    </li>\n    <li>\n      <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">Valid XHTML</a>\n    </li>\n    <li>\n      <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">Valid CSS</a>\n    </li>\n    <li>\n      <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">Section 508<!
 /a>\n    </li>\n    <li>\n      <a href="http://www.w3.org/WAI/WCAG1AA
-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">WCAG</a>\n    </li>\n  </ul>\n  </div>\n\n</div>\n\n\na standard view\n\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt
Failed doctest test for testRemovalTriggersConfirmation.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt", line 10, in testRemovalTriggersConfirmation.txt
Failed example:
    self.assertEqual(doc.getReferences(), [img])
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 testRemovalTriggersConfirmation.txt[4]>", line 1, in <module>
        self.assertEqual(doc.getReferences(), [img])
      File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
        (msg or '%r != %r' % (first, second))
    AssertionError: [] != [<ATImage at /plone/image1>]



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceOrthogonality.txt
Failed doctest test for testReferenceOrthogonality.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceOrthogonality.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceOrthogonality.txt", line 27, in testReferenceOrthogonality.txt
Failed example:
    doc.getReferences(relationship=referencedRelationship)
Expected:
    [<ATImage at /plone/image1>]
Got:
    []



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceCreation.txt
Failed doctest test for testReferenceCreation.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceCreation.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceCreation.txt", line 24, in testReferenceCreation.txt
Failed example:
    doc.getReferences()
Expected:
    [<ATImage at /plone/image1>]
Got:
    []



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleReferences.txt
Failed doctest test for testMultipleReferences.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleReferences.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleReferences.txt", line 17, in testMultipleReferences.txt
Failed example:
    browser.getLink('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 testMultipleReferences.txt[6]>", line 1, in <module>
        browser.getLink('Delete').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 421, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 555, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
        raise response
    httperror_seek_wrapper: HTTP Error 503: Service Unavailable



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt
Failed doctest test for testMultipleFilesRemovalWithHelper.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt", line 24, in testMultipleFilesRemovalWithHelper.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...<a href="http://nohost/plone/image2"...Test Image 2...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<a href="http://nohost/plone/image3"...Test Image 3...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <link rel="kss-base-url" href="http://nohost/plone/" />\n\n  \n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey6226.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey4702.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://no!
 host/plone/portal_javascripts/Plone%20Default/sarissa-cachekey0701.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey5483.js">\n      </script>\n    \n    \n  \n\n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey0089.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey1464.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css" media="all"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey1137.css); --></style>\n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey9395.kss" />\n\n\na standard view\n\n<title>Plone si!
 te</title>\n\n\n    <!-- Internet Explorer CSS Fixes -->\n    <!--[if 
IE]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http:!
 //www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n       !
  <label for="searchGadget" class="hiddenStructure">Search Site</label>
\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/p!
 lone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="56" width="204" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="">Members</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wra!
 pper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="p
ortal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\n      You are here:\n    </span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\n\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="documentEditable">\n\n !
                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharin!
 g</a>\n              </li>\n            \n\n        </ul>\n        \n 
   \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src!
 ="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n               !
      <a href="http://nohost/plone/createObject?type_name=File" class="
contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                !
   <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        !
 <span class="subMenuTitle">Link</span>\n                    </a>\n    
                \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" hei!
 ght="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectVi!
 ewTemplate?templateId=folder_listing" class="" id="folder_listing" tit
le="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n       !
              \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="contextSetDefaultPage" title="Select an item to be used as default view in this folder...">\n                        \n                        \n                        <span class="subMenuTitle">Select a content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl!
 >\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\n\na standard view\n\n\n  
                <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view\n</div>\n\n                    \n                    \n                    \n                      \n                      <div>\n      a standard view\n\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plo!
 ne site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Nov 27, 2008 07:14 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  !
 \n    \n    <div class="visualClear" id="clear-space-before-navigation
"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n       !
    \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Members" title="Select Members" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Members</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Folder: ">\n                    Members\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-v!
 isible">1 kB</span>\n              </td>\n              <td class="sta
te-visible">Nov 27, 2008 07:14 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/p!
 lone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 27, 2008 07:24 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n              !
     &#9650;\n                </a>\n                &nbsp;\n           
     <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n        !
             Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 27, 2008 07:24 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-file1">\n\n              \n\n              <td class=!
 "notDraggable">\n                <input type="checkbox" class="noborde
r" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Nov 27, 2008 07:22 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n   !
            </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n           !
    <td>\n                <span class="contenttype-folder">\n          
        <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 27, 2008 07:22 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n !
                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="9249b081caf373ffcef643b1f6a6ad3b63311e98"/>\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\na standard view\n\n          !
           \n                    \n\n                    <span id="cont
entBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n  The\n  <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n  is\n  <acronym title="Copyright">&copy;</acronym>\n  2000-2008\n  by the\n  <a href="http://plone.org/foundation">Plone Foundation</a>\n  et al.\n</p>\n\n<p>\n  \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\!
 n      <a href="http://plone.org/foundation">Plone Foundation</a>.\n  \n\n  \n    Distributed under the\n      <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n  \n</p>\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n\n  \n\n  <div class="colophonWrapper">\n  <ul>\n    <li>\n      <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">Powered by Plone</a>\n    </li>\n    <li>\n      <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">Valid XHTML</a>\n    </li>\n    <li>\n      <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">Valid CSS</a>\n    </li>\n    <li>\n      <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">Section 508<!
 /a>\n    </li>\n    <li>\n      <a href="http://www.w3.org/WAI/WCAG1AA
-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">WCAG</a>\n    </li>\n  </ul>\n  </div>\n\n</div>\n\n\na standard view\n\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt
Failed doctest test for testConfirmationPageIntegration.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt", line 11, in testConfirmationPageIntegration.txt
Failed example:
    browser.getLink('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 testConfirmationPageIntegration.txt[3]>", line 1, in <module>
        browser.getLink('Delete').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.5.egg/zope/testbrowser/browser.py", line 421, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 555, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
        raise response
    httperror_seek_wrapper: HTTP Error 503: Service Unavailable



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testProgrammaticallyRemoval.txt
Failed doctest test for testProgrammaticallyRemoval.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testProgrammaticallyRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testProgrammaticallyRemoval.txt", line 9, in testProgrammaticallyRemoval.txt
Failed example:
    self.assertEqual(doc.getReferences(), [img])
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 testProgrammaticallyRemoval.txt[4]>", line 1, in <module>
        self.assertEqual(doc.getReferences(), [img])
      File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
        (msg or '%r != %r' % (first, second))
    AssertionError: [] != [<ATImage at /plone/image1>]



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt
Failed doctest test for testCancelDuringMultiRemoval.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt", line 29, in testCancelDuringMultiRemoval.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <link rel="kss-base-url" href="http://nohost/plone/" />\n\n  \n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey6226.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey4702.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://no!
 host/plone/portal_javascripts/Plone%20Default/sarissa-cachekey0701.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey5483.js">\n      </script>\n    \n    \n  \n\n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey0089.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey1464.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css" media="all"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey1137.css); --></style>\n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey9395.kss" />\n\n\na standard view\n\n<title>Plone si!
 te</title>\n\n\n    <!-- Internet Explorer CSS Fixes -->\n    <!--[if 
IE]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http:!
 //www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n       !
  <label for="searchGadget" class="hiddenStructure">Search Site</label>
\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/p!
 lone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="56" width="204" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="">Members</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wra!
 pper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="p
ortal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\n      You are here:\n    </span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\n\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="documentEditable">\n\n !
                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharin!
 g</a>\n              </li>\n            \n\n        </ul>\n        \n 
   \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src!
 ="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n               !
      <a href="http://nohost/plone/createObject?type_name=File" class="
contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                !
   <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        !
 <span class="subMenuTitle">Link</span>\n                    </a>\n    
                \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" hei!
 ght="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectVi!
 ewTemplate?templateId=folder_listing" class="" id="folder_listing" tit
le="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n       !
              \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="contextSetDefaultPage" title="Select an item to be used as default view in this folder...">\n                        \n                        \n                        <span class="subMenuTitle">Select a content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl!
 >\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\n\na standard view\n\n\n  
                <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view\n</div>\n\n                    \n                    \n                    \n                      \n                      <div>\n      a standard view\n\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plo!
 ne site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Nov 27, 2008 07:14 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  !
 \n    \n    <div class="visualClear" id="clear-space-before-navigation
"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n       !
    \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Members" title="Select Members" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Members</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Folder: ">\n                    Members\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-v!
 isible">1 kB</span>\n              </td>\n              <td class="sta
te-visible">Nov 27, 2008 07:14 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/p!
 lone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 27, 2008 07:24 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n              !
     &#9650;\n                </a>\n                &nbsp;\n           
     <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n        !
             Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 27, 2008 07:24 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-file1">\n\n              \n\n              <td class=!
 "notDraggable">\n                <input type="checkbox" class="noborde
r" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Nov 27, 2008 07:22 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n   !
            </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n           !
    <td>\n                <span class="contenttype-folder">\n          
        <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 27, 2008 07:22 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n !
                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="9249b081caf373ffcef643b1f6a6ad3b63311e98"/>\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\na standard view\n\n          !
           \n                    \n\n                    <span id="cont
entBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n  The\n  <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n  is\n  <acronym title="Copyright">&copy;</acronym>\n  2000-2008\n  by the\n  <a href="http://plone.org/foundation">Plone Foundation</a>\n  et al.\n</p>\n\n<p>\n  \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\!
 n      <a href="http://plone.org/foundation">Plone Foundation</a>.\n  \n\n  \n    Distributed under the\n      <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n  \n</p>\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n\n  \n\n  <div class="colophonWrapper">\n  <ul>\n    <li>\n      <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">Powered by Plone</a>\n    </li>\n    <li>\n      <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">Valid XHTML</a>\n    </li>\n    <li>\n      <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">Valid CSS</a>\n    </li>\n    <li>\n      <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">Section 508<!
 /a>\n    </li>\n    <li>\n      <a href="http://www.w3.org/WAI/WCAG1AA
-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">WCAG</a>\n    </li>\n  </ul>\n  </div>\n\n</div>\n\n\na standard view\n\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'

  Ran 115 tests with 11 failures and 0 errors in 2 minutes 14.409 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.366 seconds.
  Set up plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/fields.py:419: UserWarning: You did not specify an i18n translation domain for the 'description' field in <string>
  "'%s' field in %s" % (self.getName(), context.info.file )
/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/fields.py:419: UserWarning: You did not specify an i18n translation domain for the 'title' field in <string>
  "'%s' field in %s" % (self.getName(), context.info.file )
 in 0.018 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.093 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletGSLayer tests:
  Set up plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 2.055 seconds.


Error in test testBlacklisting (plone.app.portlets.tests.test_configuration.TestGenericSetup)
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.app.portlets/plone/app/portlets/tests/test_configuration.py", line 342, in testBlacklisting
    news = self.portal.news
AttributeError: news

  Ran 11 tests with 0 failures and 1 errors in 6.603 seconds.
Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
  Tear down plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 0.000 seconds.
  Tear down plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.651 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.055 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Ran 16 tests with 0 failures and 0 errors in 0.229 seconds.
Running plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer tests:
  Tear down plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.022 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 6.036 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 21.188 seconds.
  Set up plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.025 seconds.
  Ran 9 tests with 0 failures and 0 errors in 2.702 seconds.
Running plone.theme.tests.test_doctest.PloneThemeLayer tests:
  Tear down plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.000 seconds.
  Set up plone.theme.tests.test_doctest.PloneThemeLayer in 0.129 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.354 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.theme.tests.test_doctest.PloneThemeLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.659 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.015 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 379 tests with 0 failures and 0 errors in 7.556 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1465 tests, 25 failures, 16 errors in 12 minutes 8.037 seconds.

FAILED (failures=25, errors=16)




More information about the Testbot mailing list