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

gary_williams
02.39.2007 5322f3f9d718fb97250fa9b82c42bafa7891c004
Issue 1305 aci tests should plug into test log framework
3 files modified
34 ■■■■ changed files
opends/tests/functional-tests/testcases/aci/aci.xml 8 ●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/aci/aci_setup.xml 12 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/aci/aci_target.xml 14 ●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/aci/aci.xml
@@ -33,7 +33,11 @@
      <sequence>
        <call function="'testSuite_Preamble'"/>
        <script>
          CurrentTestPath['group']='aci'
        </script>
        <call function="'testGroup_Preamble'"/>
        
        <parallel>
                
@@ -105,7 +109,7 @@
    
          </parallel>
        <call function="'testSuite_Postamble'"/>
        <call function="'testGroup_Postamble'"/>
        
     </sequence>
opends/tests/functional-tests/testcases/aci/aci_setup.xml
@@ -30,6 +30,15 @@
  <defaultcall function="aci_setup"/>
  <function name="aci_setup">
    <sequence>
      <script>
        CurrentTestPath['suite']='aci-setup'
      </script>
      <call function="'testSuite_Preamble'"/>
      <!---
            Place group-specific test information here.
            #@TestGroupName             ACI
@@ -41,7 +50,6 @@
            #@TestSuiteGroup            ACI Setup Tests
            #@TestScript                aci_setup.xml
      -->
      <sequence>
       <!--- Test Case : Add Entries for ACI Tests -->
       <!---
@@ -97,6 +105,8 @@
          </sequence>
        </testcase>
        <call function="'testSuite_Postamble'"/>
     </sequence>
  </function>
opends/tests/functional-tests/testcases/aci/aci_target.xml
@@ -30,6 +30,15 @@
  <defaultcall function="aci_target"/>
  <function name="aci_target">
    <sequence>
      <script>
        CurrentTestPath['suite']='aci-target'
      </script>
      <call function="'testSuite_Preamble'"/>
      <!---
            Place suite-specific test information here.
            #@TestSuiteName             ACI Target Tests
@@ -37,7 +46,6 @@
            #@TestSuiteGroup            Basic ACI Target Tests
            #@TestScript                aci_target.xml
      -->
      <sequence>
      <!---
            Place test-specific test information here.
@@ -1418,8 +1426,10 @@
          </sequence>
        </testcase>
        <call function="'testSuite_Postamble'"/>
       </sequence>
  </function>
</stax>