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
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
Tomáš Peterka
erp5
Commits
8e08e279
Commit
8e08e279
authored
Jul 19, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark not implemented test for double click protection.
parent
83b58b56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
product/ERP5/tests/testERP5Credential.py
product/ERP5/tests/testERP5Credential.py
+7
-4
No files found.
product/ERP5/tests/testERP5Credential.py
View file @
8e08e279
...
@@ -1014,10 +1014,8 @@ class TestERP5Credential(ERP5TypeTestCase):
...
@@ -1014,10 +1014,8 @@ class TestERP5Credential(ERP5TypeTestCase):
self.stepUnSetCredentialAutomaticApprovalPreferences()
self.stepUnSetCredentialAutomaticApprovalPreferences()
def test_double_ERP5Site_newCredentialRequest(self):
def test_double_ERP5Site_newCredentialRequest(self):
"""
"""Check that ERP5Site_newCredentialRequest will not create conflicting
Check that the script ERP5Site_newCredentialRequest will create one
credentials."""
Credential Request correctly
"""
sequence = dict(automatic_call=True)
sequence = dict(automatic_call=True)
self.stepSetCredentialRequestAutomaticApprovalPreferences(sequence)
self.stepSetCredentialRequestAutomaticApprovalPreferences(sequence)
self.stepSetCredentialAssignmentPropertyList()
self.stepSetCredentialAssignmentPropertyList()
...
@@ -1046,6 +1044,11 @@ class TestERP5Credential(ERP5TypeTestCase):
...
@@ -1046,6 +1044,11 @@ class TestERP5Credential(ERP5TypeTestCase):
self.tic()
self.tic()
self.stepUnSetCredentialAutomaticApprovalPreferences()
self.stepUnSetCredentialAutomaticApprovalPreferences()
def test_double_ERP5Site_newCredentialRequest_double_click(self):
"""Check that ERP5Site_newCredentialRequest will react correctly on double
click"""
raise NotImplementedError
def testERP5Site_newCredentialRecoveryWithNoSecurityQuestion(self):
def testERP5Site_newCredentialRecoveryWithNoSecurityQuestion(self):
"""
"""
Check that password recovery works when security question and answer are
Check that password recovery works when security question and answer are
...
...
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