------------------
- Add 'ROBOT_TEST_LEVEL' to interfaces, so other packages can import it. This
makes things easier if we decide to change the value.
[timo]
- Replace deprecated test assert statements.
[timo]
- plonetheme.classic no longer ships with Plone, don't use it for
testing.
[esteele]
- Clean up the zodbDB and configurationContext resources if there
is an error during the PloneSandboxLayer setUp.
[davisagli]
- Make PLONE_FIXTURE not install a content type system.
Packages that need content types to run their tests should
pick the appropriate fixture from plone.app.contenttypes
or Products.ATContentTypes.
[davisagli]
- Pin [robot] extra to ``robotsuite>=1.4.0``.
[saily]
- Fix wrong spelling of ``reinstallProducts`` method in quickInstallProduct.
[saily]
- Sync bbb PloneTestCase class with original one.
[tomgross]