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
0418215f
Commit
0418215f
authored
Jan 10, 2007
by
Stefan H. Holek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The setUp and tearDown methods are owned by ZopeTestCase.
parent
073f2d37
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
lib/python/Products/PageTemplates/tests/testZopePageTemplate.py
...thon/Products/PageTemplates/tests/testZopePageTemplate.py
+1
-7
No files found.
lib/python/Products/PageTemplates/tests/testZopePageTemplate.py
View file @
0418215f
...
@@ -86,16 +86,10 @@ class ZPTUtilsTests(unittest.TestCase):
...
@@ -86,16 +86,10 @@ class ZPTUtilsTests(unittest.TestCase):
class
ZPTUnicodeEncodingConflictResolution
(
ZopeTestCase
):
class
ZPTUnicodeEncodingConflictResolution
(
ZopeTestCase
):
def
setUp
(
self
):
def
afterSetUp
(
self
):
super
(
ZPTUnicodeEncodingConflictResolution
,
self
).
setUp
()
zope
.
component
.
provideAdapter
(
DefaultTraversable
,
(
None
,))
zope
.
component
.
provideAdapter
(
DefaultTraversable
,
(
None
,))
zope
.
component
.
provideAdapter
(
HTTPCharsets
,
(
None
,))
zope
.
component
.
provideAdapter
(
HTTPCharsets
,
(
None
,))
provideUtility
(
PreferredCharsetResolver
,
IUnicodeEncodingConflictResolver
)
provideUtility
(
PreferredCharsetResolver
,
IUnicodeEncodingConflictResolver
)
transaction
.
begin
()
def
tearDown
(
self
):
transaction
.
abort
()
self
.
app
.
_p_jar
.
close
()
def
testISO_8859_15
(
self
):
def
testISO_8859_15
(
self
):
manage_addPageTemplate
(
self
.
app
,
'test'
,
manage_addPageTemplate
(
self
.
app
,
'test'
,
...
...
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