Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
registration
Commits
c7ec9c6ec1c0
Commit
b2bf26e8
authored
May 25, 2011
by
Sylvain Thénault
Browse files
turn off warning
--HG-- branch : stable
parent
14ddb982b109
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/unittest_registration.py
View file @
c7ec9c6e
...
...
@@ -163,7 +163,7 @@ class RegistrationTC(CubicWebTC):
self
.
_check_user_not_created
()
def
test_confirm_failure_email_already_used
(
self
):
self
.
create_user
(
'test'
)
self
.
create_user
(
self
.
request
(),
'test'
)
self
.
execute
(
'INSERT EmailAddress X: U use_email X, X address %(email_address)s '
'WHERE U login "test"'
,
{
'email_address'
:
self
.
data
[
'email_address-subject'
]})
self
.
commit
()
...
...
Write
Preview
Supports
Markdown
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