From 9333f895abd2395f5279a363e41ea3cb3c8b8630 Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Fri, 07 Dec 2007 15:41:58 +0000
Subject: [PATCH] fix identation pb
---
opendj-sdk/opends/tests/functional-tests/testcases/tasks/setup.xml | 104 ++++++++++++++++++++++++++--------------------------
1 files changed, 52 insertions(+), 52 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/tasks/setup.xml b/opendj-sdk/opends/tests/functional-tests/testcases/tasks/setup.xml
index c94f81b..9bc2fc6 100755
--- a/opendj-sdk/opends/tests/functional-tests/testcases/tasks/setup.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/tasks/setup.xml
@@ -24,65 +24,65 @@
! CDDL HEADER END
!
! Portions Copyright 2007 Sun Microsystems, Inc.
- ! -->
+! -->
<stax>
-
+
<defaultcall function="setup"/>
<function name="setup">
<sequence>
<block name="'setup'">
- <sequence>
- <block name="'Block Create DS Topology'">
- <!-- Create the topology necessary to the test group/suite -->
- <sequence>
+ <sequence>
+ <block name="'Block Create DS Topology'">
+ <!-- Create the topology necessary to the test group/suite -->
+ <sequence>
<message>
- 'Create DS topology as described in config.py'
+ 'Create DS topology as described in config.py'
</message>
- <call function="'createTopology'">
- { 'initialiseInstance' : True }
- </call>
- <call function="'checkRC'">
- { 'returncode' : RC ,
- 'result' : STAXResult }
- </call>
- </sequence>
- <!--- End Block Create DS Topology -->
- </block>
- <block name="'Block DS Process Active'">
- <!--- Start DS -->
- <sequence>
- <message>
- 'Start DS to run on port %s' % (DIRECTORY_INSTANCE_PORT)
- </message>
-
- <!--- Start DS -->
- <call function="'StartDsWithScript'">
- { 'location' : STAF_REMOTE_HOSTNAME }
- </call>
-
- <call function="'checkRC'">
- { 'returncode' : RC ,
- 'result' : STAXResult }
- </call>
-
- <!--- Check that DS started -->
- <call function="'isAlive'">
- { 'noOfLoops' : 5 ,
- 'noOfMilliSeconds' : 2000 }
- </call>
-
- <call function="'ldapSearchWithScript'">
- { 'dsInstancePort' : DIRECTORY_INSTANCE_PORT ,
- 'dsInstanceDn' : DIRECTORY_INSTANCE_DN ,
- 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD ,
- 'dsBaseDN' : 'dc=com' ,
- 'dsFilter' : 'objectclass=*' }
- </call>
-
- </sequence>
- <!--- End Block DS Process Active -->
- </block>
- </sequence>
+ <call function="'createTopology'">
+ { 'initialiseInstance' : True }
+ </call>
+ <call function="'checkRC'">
+ { 'returncode' : RC ,
+ 'result' : STAXResult }
+ </call>
+ </sequence>
+ <!--- End Block Create DS Topology -->
+ </block>
+ <block name="'Block DS Process Active'">
+ <!--- Start DS -->
+ <sequence>
+ <message>
+ 'Start DS to run on port %s' % (DIRECTORY_INSTANCE_PORT)
+ </message>
+
+ <!--- Start DS -->
+ <call function="'StartDsWithScript'">
+ { 'location' : STAF_REMOTE_HOSTNAME }
+ </call>
+
+ <call function="'checkRC'">
+ { 'returncode' : RC ,
+ 'result' : STAXResult }
+ </call>
+
+ <!--- Check that DS started -->
+ <call function="'isAlive'">
+ { 'noOfLoops' : 5 ,
+ 'noOfMilliSeconds' : 2000 }
+ </call>
+
+ <call function="'ldapSearchWithScript'">
+ { 'dsInstancePort' : DIRECTORY_INSTANCE_PORT ,
+ 'dsInstanceDn' : DIRECTORY_INSTANCE_DN ,
+ 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD ,
+ 'dsBaseDN' : 'dc=com' ,
+ 'dsFilter' : 'objectclass=*' }
+ </call>
+
+ </sequence>
+ <!--- End Block DS Process Active -->
+ </block>
+ </sequence>
</block>
</sequence>
</function>
--
Gitblit v1.10.0