This tests ensuring link integrity when removing an referenced object contained in a folder that is removed. First we need to set up the necessary links: >>> self.setRoles(('Manager',)) >>> self.setText(portal.doc1, 'a document') >>> self.setText(portal.doc2, 'a document') Then we try to delete the folder holding the referenced document. Before we can do this we need to prevent the test framework from choking on the exception we intentionally throw (see docs/testRemovalTriggersConfirmation.txt for more info): >>> self.setStatusCode('LinkIntegrityNotificationException', 200) >>> browser = self.getBrowser(loggedIn=True) >>> browser.open('http://nohost/plone/folder_contents') >>> browser.getControl('Test Folder 1').selected = True >>> browser.getControl('Delete').click() >>> browser.contents '...