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
141
Merge Requests
141
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
542d12c4
Commit
542d12c4
authored
Apr 08, 2024
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! authentication_policy: py3
parent
a066967d
Pipeline
#33925
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bt5/erp5_authentication_policy/TestTemplateItem/portal_components/test.erp5.testAuthenticationPolicy.py
...m/portal_components/test.erp5.testAuthenticationPolicy.py
+2
-2
No files found.
bt5/erp5_authentication_policy/TestTemplateItem/portal_components/test.erp5.testAuthenticationPolicy.py
View file @
542d12c4
...
@@ -849,7 +849,7 @@ class TestAuthenticationPolicy(ERP5TypeTestCase):
...
@@ -849,7 +849,7 @@ class TestAuthenticationPolicy(ERP5TypeTestCase):
ret
=
submit_reset_password_dialog
(
'alice'
)
ret
=
submit_reset_password_dialog
(
'alice'
)
self
.
assertEqual
(
six
.
moves
.
http_client
.
OK
,
ret
.
getStatus
())
self
.
assertEqual
(
six
.
moves
.
http_client
.
OK
,
ret
.
getStatus
())
self
.
assertIn
(
self
.
assertIn
(
'<span class="error">Yöü can not ... translated</span>'
.
encode
(
'utf-8'
),
u
'<span class="error">Yöü can not ... translated</span>'
.
encode
(
'utf-8'
),
ret
.
getBody
())
ret
.
getBody
())
# now with a password complying to the policy
# now with a password complying to the policy
...
@@ -906,7 +906,7 @@ class TestAuthenticationPolicy(ERP5TypeTestCase):
...
@@ -906,7 +906,7 @@ class TestAuthenticationPolicy(ERP5TypeTestCase):
ret
=
submit_change_password_dialog
(
'short'
)
ret
=
submit_change_password_dialog
(
'short'
)
self
.
assertEqual
(
six
.
moves
.
http_client
.
OK
,
ret
.
getStatus
())
self
.
assertEqual
(
six
.
moves
.
http_client
.
OK
,
ret
.
getStatus
())
self
.
assertIn
(
self
.
assertIn
(
'<span class="error">Töü short ... translated</span>'
.
encode
(
'utf-8'
),
u
'<span class="error">Töü short ... translated</span>'
.
encode
(
'utf-8'
),
ret
.
getBody
())
ret
.
getBody
())
# if for some reason, PreferenceTool_setNewPassword is called directly,
# if for some reason, PreferenceTool_setNewPassword is called directly,
...
...
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