From 58f3d9c8a7cf259071331d1e27256ee9e111b2c0 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Wed, 02 Apr 2008 16:01:41 +0000
Subject: [PATCH] change parameters order
---
opendj-sdk/opends/tests/system-tests/phases/installation/installation_opends.xml | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/opendj-sdk/opends/tests/system-tests/phases/installation/installation_opends.xml b/opendj-sdk/opends/tests/system-tests/phases/installation/installation_opends.xml
index 38003f3..6dd7812 100755
--- a/opendj-sdk/opends/tests/system-tests/phases/installation/installation_opends.xml
+++ b/opendj-sdk/opends/tests/system-tests/phases/installation/installation_opends.xml
@@ -85,8 +85,8 @@
<call function="'installSetupOpends'">
{
'instance' : instance,
- 'fileFd' : cFileFd,
- 'suffixDn' : suffixDn
+ 'suffixDn' : suffixDn,
+ 'fileFd' : cFileFd
}
</call>
@@ -207,16 +207,16 @@
</function-arg-description>
<function-arg-property name="type" value="string"/>
</function-arg-def>
- <function-arg-def name="fileFd" type="required">
- <function-arg-description>
- file descriptor
- </function-arg-description>
- </function-arg-def>
<function-arg-def name="suffixDn" type="required">
<function-arg-description>
suffix dn
</function-arg-description>
</function-arg-def>
+ <function-arg-def name="fileFd" type="required">
+ <function-arg-description>
+ file descriptor
+ </function-arg-description>
+ </function-arg-def>
</function-map-args>
<sequence>
--
Gitblit v1.10.0