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
98305443
Commit
98305443
authored
Aug 02, 2008
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed test case
parent
508354e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/python/Products/PageTemplates/tests/testZopePageTemplate.py
...thon/Products/PageTemplates/tests/testZopePageTemplate.py
+2
-2
No files found.
lib/python/Products/PageTemplates/tests/testZopePageTemplate.py
View file @
98305443
...
...
@@ -339,7 +339,7 @@ class ZopePageTemplateFileTests(ZopeTestCase):
result
=
zpt
.
pt_render
()
self
.
assertEqual
(
'ATTR'
in
result
,
False
)
class
Preferred
Encoding
UnicodeResolverTests
(
unittest
.
TestCase
):
class
Preferred
Charset
UnicodeResolverTests
(
unittest
.
TestCase
):
def
testPreferredCharsetResolverWithoutRequestAndWithoutEncoding
(
self
):
# This test checks the edgecase where the unicode conflict resolver
...
...
@@ -480,7 +480,7 @@ def test_suite():
suite
.
addTests
(
unittest
.
makeSuite
(
ZPTMacros
))
suite
.
addTests
(
unittest
.
makeSuite
(
ZopePageTemplateFileTests
))
suite
.
addTests
(
unittest
.
makeSuite
(
ZPTUnicodeEncodingConflictResolution
))
suite
.
addTests
(
unittest
.
makeSuite
(
Preferred
Encoding
UnicodeResolverTests
))
suite
.
addTests
(
unittest
.
makeSuite
(
Preferred
Charset
UnicodeResolverTests
))
return
suite
if
__name__
==
'__main__'
:
...
...
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