Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
137
Merge Requests
137
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
3c940c07
Commit
3c940c07
authored
1 year ago
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
content_translation: py3
parent
2fe79acd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
bt5/erp5_content_translation/TestTemplateItem/portal_components/test.erp5.testContentTranslation.py
...tem/portal_components/test.erp5.testContentTranslation.py
+3
-3
No files found.
bt5/erp5_content_translation/TestTemplateItem/portal_components/test.erp5.testContentTranslation.py
View file @
3c940c07
...
...
@@ -234,9 +234,9 @@ class TestContentTranslation(ERP5TypeTestCase):
self
.
tic
()
x
=
person
.
Base_viewContentTranslation
()
.
encode
(
'utf-8'
)
self
.
assertIn
(
'タハラ'
,
x
)
self
.
assertIn
(
'ユウセイ'
,
x
)
x
=
person
.
Base_viewContentTranslation
()
self
.
assertIn
(
u
'タハラ'
,
x
)
self
.
assertIn
(
u
'ユウセイ'
,
x
)
self
.
assertEqual
(
person
.
getJaKanaTranslatedFirstName
(),
'タハラ'
)
self
.
assertEqual
(
person
.
getJaKanaTranslatedLastName
(),
'ユウセイ'
)
...
...
This diff is collapsed.
Click to expand it.
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