------------------
- remove test of applying an extension profile, we don't have a good one to
test now.
[davidagli]
- fix test, plone.app.theming does not get recorded as installed .
[davisagli]
- fix: ``Products.CMFPlone`` needs the ``gopip`` index from
``plone.app.folder``. So latter has to be initialized before CMFPlones
profile is applied (which installs the index to catalog). At the moment
CMFPlone therefore registers the index itself, but plone.app.folder
registers it too, which resulted in plone/Products.CMFPlone313
"GopipIndex registered twice" In tests the registration does not succeed,
because plone.app.folder was never initialized as z2 products. In order to
remove the misleading regisatration from CMFPlone we must take care that the
index is available, which is achieved with this change. Also minor pep8
optimizations in the file touched.
[jensens]
- create memberfolder, if it is not there for testing.
[tomgross]