From 910308c649140047e89e4eb88c5a26b23b0eb617 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Tue, 21 Aug 2007 19:13:51 +0000
Subject: [PATCH] Code cleanup. Removed test case that was commented out.
---
opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl_digest-md5.xml | 36 ------------------------------------
1 files changed, 0 insertions(+), 36 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl_digest-md5.xml b/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl_digest-md5.xml
index cfabc5a..bc012d1 100755
--- a/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl_digest-md5.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl_digest-md5.xml
@@ -728,42 +728,6 @@
Place test-specific test information here.
The tag, TestMarker, must be the same as the tag, TestSuiteName.
#@TestMarker SASL DIGEST-MD5 Tests
- #@TestName uid (dn:) Bind With Realm and digest-uri
- #@TestIssue 345
- #@TestPurpose Test bind using a user DN whose authorization ID could be mapped to a single DN. Realm and digest-uri specified.
- #@TestPreamble none
- #@TestStep User bind with authid=dn:[DN] format
- and the realm is specified.
- #@TestPostamble none
- #@TestResult Success if OpenDS returns 0.
- -->
- <!--
- <testcase name="getTestCaseName('DIGEST-MD5 - User (dn:) Bind With Realm and digest-uri')">
- <sequence>
- <call function="'testCase_Preamble'"/>
- <message>
- 'Security: SASL DIGEST-MD5: User (dn:) Binding With Realm and digest-uri'
- </message>
-
- <call function="'AnonSearchObject'">
- { 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST ,
- 'dsInstancePort' : DIRECTORY_INSTANCE_PORT ,
- 'dsBaseDN' : 'dc=example,dc=com' ,
- 'dsFilter' : 'objectclass=*' ,
- 'extraParams' : '-o mech=DIGEST-MD5 -o "authid=dn:uid=jwalleye,ou=People,o=SASL Realm Tests,dc=example,dc=com" -o "realm=o=SASL Realm Tests,dc=example,dc=com -o "digest-uri=ldap:/auseng013.central.sun.com" " -w frogleg' }
- </call>
-
- <call function="'testCase_Postamble'"/>
-
- </sequence>
- </testcase>
- -->
-
- <!--- Test Case : User Bind With DIGEST-MD5 SASL Mechanism-->
- <!---
- Place test-specific test information here.
- The tag, TestMarker, must be the same as the tag, TestSuiteName.
- #@TestMarker SASL DIGEST-MD5 Tests
#@TestName Dupe uid (u:) Bind With Undefined Realm
#@TestIssue 345
#@TestPurpose Test bind using an authorization ID that could be mapped to multiple DNs. Undefined realm specified.
--
Gitblit v1.10.0