[Zope-Checkins] SVN: Zope/trunk/ cleanup
Godefroid Chapelle
gotcha at bubblenet.be
Sun Jun 27 10:05:02 EDT 2010
Log message for revision 113939:
cleanup
Changed:
U Zope/trunk/doc/CHANGES.rst
U Zope/trunk/src/Zope2/App/tests/test_startup.py
-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst 2010-06-27 14:02:32 UTC (rev 113938)
+++ Zope/trunk/doc/CHANGES.rst 2010-06-27 14:05:02 UTC (rev 113939)
@@ -18,7 +18,7 @@
Features Added
++++++++++++++
-- Added notification of IDatabaseOpenedWithRoot.
+- Added notification of ``IDatabaseOpenedWithRoot``.
- Added a new API's ``get_registered_packages, set_registered_packages`` to
``OFS.metaconfigure`` which replace any direct access to
Modified: Zope/trunk/src/Zope2/App/tests/test_startup.py
===================================================================
--- Zope/trunk/src/Zope2/App/tests/test_startup.py 2010-06-27 14:02:32 UTC (rev 113938)
+++ Zope/trunk/src/Zope2/App/tests/test_startup.py 2010-06-27 14:05:02 UTC (rev 113939)
@@ -50,7 +50,7 @@
class StartupTests(ZopeTestCase):
- def test_dummy(self):
+ def test_database_events(self):
from Zope2.App.startup import startup
from zope.component import provideHandler
from zope.processlifetime import IDatabaseOpened
More information about the Zope-Checkins
mailing list