mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

andrug
22.06.2008 75ace4eb028a63acfc8d6933eaa4f209400ace8f
opends/tests/system-tests/scenario/sample2/pre_configuration.xml
@@ -31,6 +31,11 @@
  
  <function name="preConfiguration" scope="local">
    <function-map-args>
      <function-arg-def name="phase" type="required">
        <function-arg-description>
          phase object
        </function-arg-description>
      </function-arg-def>
      <function-arg-def name="instances" type="required">
        <function-arg-description>
          list of instances classes
@@ -51,8 +56,8 @@
    <sequence>
      <!-- ================= Call preambule ======================== -->
      <call function="'phasePreamble'">
      { 'phaseName' : 'preconfiguration',
        'fileFd'    : LOG_MAIN_FD }
      { 'phase'  : phase,
        'fileFd' : LOG_MAIN_FD }
      </call>
      
      
@@ -115,8 +120,8 @@
      <!-- ================= Call postambule ======================= -->
      <call function="'phasePostamble'">
      {
        'phaseName' : 'preconfiguration',
        'fileFd'    : LOG_MAIN_FD
        'phase'  : phase,
        'fileFd' : LOG_MAIN_FD
      }
      </call>