From 7ceef58f514972b6017aae2cbae8c62e015d6c0b Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 29 Nov 2006 15:45:42 +0000
Subject: [PATCH] functional tests - StopDS StartDS ConfigureDS should not be test cases

---
 opends/tests/functional-tests/testcases/security/startTLS/security_startTLS.xml |   59 +++++++++++++++++++++++++++--------------------------------
 1 files changed, 27 insertions(+), 32 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/security/startTLS/security_startTLS.xml b/opends/tests/functional-tests/testcases/security/startTLS/security_startTLS.xml
index ab7af39..4ec0730 100755
--- a/opends/tests/functional-tests/testcases/security/startTLS/security_startTLS.xml
+++ b/opends/tests/functional-tests/testcases/security/startTLS/security_startTLS.xml
@@ -37,26 +37,23 @@
 <parallel>
     <block name="'Block DS Process Active'">
 
-      <!--- Test Case : Start DS -->
-      <testcase name="'StartDS'">
-        <sequence>
-          <message>
-             'Start DS to run on port %s' % (DIRECTORY_INSTANCE_PORT)
-          </message>
- 
-          <!--- Start DS -->
-          <call function="'startDS'">
-            { 'dsbinpath' : '%s' % (OPENDS_BINPATH) }
-          </call>
+      <!--- Start DS -->
+      <sequence>
+        <message>
+           'Start DS to run on port %s' % (DIRECTORY_INSTANCE_PORT)
+        </message>
 
-          <call function="'checktestRC'">
-              { 'returncode' : RC ,
-                'result'     : STAXResult }
-          </call>
+        <!--- Start DS -->
+        <call function="'startDS'">
+          { 'dsbinpath' : '%s' % (OPENDS_BINPATH) }
+        </call>
 
-        </sequence>
+        <call function="'checkRC'">
+            { 'returncode' : RC ,
+              'result'     : STAXResult }
+        </call>
 
-      </testcase>
+      </sequence>
 
      <!--- End Block DS Process Active -->
      </block>
@@ -83,23 +80,21 @@
           file="'%s/testcases/security/startTLS/security_teardown_startTLS.xml' % (TESTS_DIR)"/>
         <call function="'teardown_startTLS'" />
 
-        <!--- Test Case : Stop DS -->
-        <testcase name="'StopDS'">
-          <sequence>
-            <message>
-               'Stop DS running on port %s' % (DIRECTORY_INSTANCE_PORT)
-            </message>
+        <!--- Stop DS -->
+        <sequence>
+          <message>
+             'Stop DS running on port %s' % (DIRECTORY_INSTANCE_PORT)
+          </message>
 
-            <call function="'stopDS'">
-              { 'dsInstancePort' : '%s' % (DIRECTORY_INSTANCE_PORT) }
-            </call>
+          <call function="'stopDS'">
+            { 'dsInstancePort' : '%s' % (DIRECTORY_INSTANCE_PORT) }
+          </call>
 
-            <call function="'checktestRC'">
-                { 'returncode' : RC ,
-                  'result'     : STAXResult }
-            </call>
-          </sequence>
-        </testcase>
+          <call function="'checkRC'">
+              { 'returncode' : RC ,
+                'result'     : STAXResult }
+          </call>
+        </sequence>
 
         <return>RC</return>
 

--
Gitblit v1.10.0