Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
47287299
Commit
47287299
authored
Jun 27, 2010
by
Godefroid Chapelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
9713f0a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/CHANGES.rst
doc/CHANGES.rst
+1
-1
src/Zope2/App/tests/test_startup.py
src/Zope2/App/tests/test_startup.py
+1
-1
No files found.
doc/CHANGES.rst
View file @
47287299
...
...
@@ -18,7 +18,7 @@ Bugs Fixed
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
...
...
src/Zope2/App/tests/test_startup.py
View file @
47287299
...
...
@@ -50,7 +50,7 @@ def logevent(event):
class
StartupTests
(
ZopeTestCase
):
def
test_d
ummy
(
self
):
def
test_d
atabase_events
(
self
):
from
Zope2.App.startup
import
startup
from
zope.component
import
provideHandler
from
zope.processlifetime
import
IDatabaseOpened
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment