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
7ebb12aa
Commit
7ebb12aa
authored
Feb 17, 2015
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump ZConfig -> 2.9.3.
parent
98f2a8b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/Zope2/Startup/tests/testStarter.py
src/Zope2/Startup/tests/testStarter.py
+3
-3
versions.cfg
versions.cfg
+1
-1
No files found.
src/Zope2/Startup/tests/testStarter.py
View file @
7ebb12aa
...
...
@@ -50,7 +50,7 @@ for name in (None, 'trace', 'access'):
'handlers'
:
logger
.
handlers
,
'filters'
:
logger
.
filters
}
class
ZopeStarterTestCase
(
test_logger
.
LoggingTest
B
ase
):
class
ZopeStarterTestCase
(
test_logger
.
LoggingTest
Helper
,
unittest
.
TestC
ase
):
schema
=
None
...
...
@@ -58,7 +58,7 @@ class ZopeStarterTestCase(test_logger.LoggingTestBase):
from
ZConfig.components.logger
import
loghandler
if
self
.
schema
is
None
:
ZopeStarterTestCase
.
schema
=
getSchema
()
test_logger
.
LoggingTest
Base
.
setUp
(
self
)
test_logger
.
LoggingTest
Helper
.
setUp
(
self
)
def
tearDown
(
self
):
try
:
...
...
@@ -69,7 +69,7 @@ class ZopeStarterTestCase(test_logger.LoggingTestBase):
Products
.
__path__
=
[
d
for
d
in
Products
.
__path__
if
os
.
path
.
exists
(
d
)]
test_logger
.
LoggingTest
Base
.
tearDown
(
self
)
test_logger
.
LoggingTest
Helper
.
tearDown
(
self
)
# reset logger states
for
name
in
(
None
,
'access'
,
'trace'
):
...
...
versions.cfg
View file @
7ebb12aa
...
...
@@ -34,7 +34,7 @@ ZopeUndo = 2.12.0
manuel = 1.1.1
mechanize = 0.2.5
python-gettext = 1.2
ZConfig = 2.9.
1
ZConfig = 2.9.
3
ZODB3 = 3.10.5
# Zope2 dependencies
...
...
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