From 4dd378c525c51f0145a0fbdc4919e681f5e53e04 Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Wed, 28 Mar 2007 18:37:10 +0000
Subject: [PATCH] The StartTLS test suite is now enabled owing to the fix and verification of Issue 1294.

---
 opends/tests/functional-tests/testcases/security/security.xml |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/security/security.xml b/opends/tests/functional-tests/testcases/security/security.xml
index c1fc9c4..a483e6c 100755
--- a/opends/tests/functional-tests/testcases/security/security.xml
+++ b/opends/tests/functional-tests/testcases/security/security.xml
@@ -51,12 +51,10 @@
             file="'%s/testcases/security/pkcs12/security_pkcs12.xml' % (TESTS_DIR)"/>
           <call function="'security_pkcs12'" />
           
-  <!-- The startTLS tests are commented out waiting for a resolution to Issue 1294. -->
-  <!--
           <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
             file="'%s/testcases/security/startTLS/security_startTLS.xml' % (TESTS_DIR)"/>
           <call function="'security_startTLS'" />
-  -->
+ 
           <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
             file="'%s/testcases/security/sasl/security_sasl.xml' % (TESTS_DIR)"/>
           <call function="'security_sasl'" />

--
Gitblit v1.10.0