From 8e08e279f544f1f18337b3917df39b4579e6618d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Tue, 19 Jul 2011 18:17:12 +0200
Subject: [PATCH] Mark not implemented test for double click protection.

---
 product/ERP5/tests/testERP5Credential.py | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/product/ERP5/tests/testERP5Credential.py b/product/ERP5/tests/testERP5Credential.py
index aa0274e02c..c67213c148 100644
--- a/product/ERP5/tests/testERP5Credential.py
+++ b/product/ERP5/tests/testERP5Credential.py
@@ -1014,10 +1014,8 @@ class TestERP5Credential(ERP5TypeTestCase):
     self.stepUnSetCredentialAutomaticApprovalPreferences()
 
   def test_double_ERP5Site_newCredentialRequest(self):
-    """
-      Check that the script ERP5Site_newCredentialRequest will create one
-      Credential Request correctly
-    """
+    """Check that ERP5Site_newCredentialRequest will not create conflicting
+       credentials."""
     sequence = dict(automatic_call=True)
     self.stepSetCredentialRequestAutomaticApprovalPreferences(sequence)
     self.stepSetCredentialAssignmentPropertyList()
@@ -1046,6 +1044,11 @@ class TestERP5Credential(ERP5TypeTestCase):
     self.tic()
     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):
     """
       Check that password recovery works when security question and answer are
-- 
2.30.9