Index: src/zope/app/component/browser/registration.txt =================================================================== --- src/zope/app/component/browser/registration.txt (revisiĆ³n: 85820) +++ src/zope/app/component/browser/registration.txt (copia de trabajo) @@ -111,9 +111,7 @@ We can see all of the registrations for a site by visting the site-manager's registrations page: - >>> browser.open( - ... 'http://localhost/++etc++site/@@SelectedManagementView.html') - >>> browser.getLink('[[zope][Registrations]]').click() + >>> browser.open('http://localhost/++etc++site/@@registrations.html') >>> print browser.contents >> browser.getControl('Apply').click() >>> browser.getLink('subsite').click() >>> browser.getLink('[[zope][Make a site]').click() - >>> browser.open('http://localhost/@@SelectedManagementView.html') + >>> browser.open('http://localhost/@@contents.html') >>> browser.getControl(name='ids:list').getControl(value='sample2' ... ).selected = True >>> browser.getControl('[[zope][container-cut-button (Cut)]]').click() - >>> browser.getLink('subsite').click() + >>> browser.open('http://localhost/subsite/@@contents.html') >>> browser.getControl('[[zope][container-paste-button (Paste)]]').click() sample2's registration page now indicates that sample2 is