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

Christophe Sovant
29.18.2013 0e28796d352680136b0fc83e30095ee8258fcba0
CR-1618 Fix test group for replication-safe-read and replication-safe-data
11 files modified
73 ■■■■■ changed files
opends/tests/staf-tests/functional-tests/testcases/replication/aci/aci.xml 7 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/basic/basic.xml 7 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml 7 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/changelog/changelog.xml 7 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml 7 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml 7 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/failover/failover.xml 5 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml 7 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/resynchronization/resynchronization.xml 7 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/schema/schema.xml 7 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml 5 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/aci/aci.xml
@@ -23,7 +23,7 @@
 !
 ! CDDL HEADER END
 !
 !      Copyright 2012 ForgeRock AS.
 !      Copyright 2012-2013 ForgeRock AS.
 ! -->
<stax>
  <defaultcall function="replication_aci"/>
@@ -32,8 +32,9 @@
      <block name="'replication_aci'">
        <try>
          <sequence>
            <script>
              CurrentTestPath['group'] = 'replication'
            <script>
              if not CurrentTestPath.has_key('group'):
                CurrentTestPath['group']='replication'
              CurrentTestPath['suite'] = 'aci'
              
              _group=CurrentTestPath['group']
opends/tests/staf-tests/functional-tests/testcases/replication/basic/basic.xml
@@ -23,7 +23,7 @@
 !
 ! CDDL HEADER END
 !
 !      Copyright 2012 ForgeRock AS.
 !      Copyright 2012-2013 ForgeRock AS.
 ! -->
<stax>
  <defaultcall function="replication_basic"/>
@@ -32,8 +32,9 @@
      <block name="'replication_basic'">
        <try>
          <sequence>
            <script>
              CurrentTestPath['group'] = 'replication'
            <script>
              if not CurrentTestPath.has_key('group'):
                CurrentTestPath['group']='replication'
              CurrentTestPath['suite'] = 'basic'
              
              _group=CurrentTestPath['group']
opends/tests/staf-tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml
@@ -23,7 +23,7 @@
 !
 ! CDDL HEADER END
 !
 !      Copyright 2012 ForgeRock AS.
 !      Copyright 2012-2013 ForgeRock AS.
 ! -->
<stax>
  <defaultcall function="replication_binarycopy"/>
@@ -32,8 +32,9 @@
      <block name="'replication_binarycopy'">
        <try>
          <sequence>
            <script>
              CurrentTestPath['group'] = 'replication'
            <script>
              if not CurrentTestPath.has_key('group'):
                CurrentTestPath['group']='replication'
              CurrentTestPath['suite'] = 'binarycopy'
              
              _group=CurrentTestPath['group']
opends/tests/staf-tests/functional-tests/testcases/replication/changelog/changelog.xml
@@ -23,7 +23,7 @@
 !
 ! CDDL HEADER END
 !
 !      Copyright 2012 ForgeRock AS.
 !      Copyright 2012-2013 ForgeRock AS.
 ! -->
<stax>
  <defaultcall function="replication_changelog"/>
@@ -32,8 +32,9 @@
      <block name="'replication_changelog'">
        <try>
          <sequence>
            <script>
              CurrentTestPath['group'] = 'replication'
            <script>
              if not CurrentTestPath.has_key('group'):
                CurrentTestPath['group']='replication'
              CurrentTestPath['suite'] = 'changelog'
              
              _group=CurrentTestPath['group']
opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml
@@ -23,7 +23,7 @@
 !
 ! CDDL HEADER END
 !
 !      Copyright 2012 ForgeRock AS.
 !      Copyright 2012-2013 ForgeRock AS.
 ! -->
<stax>
  <defaultcall function="replication_conflict"/>
@@ -32,8 +32,9 @@
      <block name="'replication_conflict'">
        <try>
          <sequence>
            <script>
              CurrentTestPath['group'] = 'replication'
            <script>
              if not CurrentTestPath.has_key('group'):
                CurrentTestPath['group']='replication'
              CurrentTestPath['suite'] = 'conflict'
              
              _group=CurrentTestPath['group']
opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml
@@ -23,7 +23,7 @@
 !
 ! CDDL HEADER END
 !
 !      Copyright 2012 ForgeRock AS.
 !      Copyright 2012-2013 ForgeRock AS.
 ! -->
<stax>
  <defaultcall function="replication_encryption"/>
@@ -32,8 +32,9 @@
      <block name="'replication_encryption'">
        <try>
          <sequence>
            <script>
              CurrentTestPath['group'] = 'replication'
            <script>
              if not CurrentTestPath.has_key('group'):
                CurrentTestPath['group']='replication'
              CurrentTestPath['suite'] = 'encryption'
              
              _group=CurrentTestPath['group']
opends/tests/staf-tests/functional-tests/testcases/replication/failover/failover.xml
@@ -23,7 +23,7 @@
 !
 ! CDDL HEADER END
 !
 !      Copyright 2012 ForgeRock AS.
 !      Copyright 2012-2013 ForgeRock AS.
 ! -->
<stax>
  <defaultcall function="replication_failover"/>
@@ -33,7 +33,8 @@
        <try>
          <sequence>
            <script>
              CurrentTestPath['group'] = 'replication'
              if not CurrentTestPath.has_key('group'):
                CurrentTestPath['group']='replication'
              CurrentTestPath['suite'] = 'failover'
              
              _group=CurrentTestPath['group']
opends/tests/staf-tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml
@@ -23,7 +23,7 @@
 !
 ! CDDL HEADER END
 !
 !      Copyright 2012 ForgeRock AS.
 !      Copyright 2012-2013 ForgeRock AS.
 ! -->
<stax>
  <defaultcall function="replication_ldifimport"/>
@@ -32,8 +32,9 @@
      <block name="'replication_ldifimport'">
        <try>
          <sequence>
            <script>
              CurrentTestPath['group'] = 'replication'
            <script>
              if not CurrentTestPath.has_key('group'):
                CurrentTestPath['group']='replication'
              CurrentTestPath['suite'] = 'ldifimport'
              
              _group=CurrentTestPath['group']
opends/tests/staf-tests/functional-tests/testcases/replication/resynchronization/resynchronization.xml
@@ -23,7 +23,7 @@
 !
 ! CDDL HEADER END
 !
 !      Copyright 2012 ForgeRock AS.
 !      Copyright 2012-2013 ForgeRock AS.
 ! -->
<stax>
  <defaultcall function="replication_resynchronization"/>
@@ -32,8 +32,9 @@
      <block name="'replication_resynchronization'">
        <try>
          <sequence>
            <script>
              CurrentTestPath['group'] = 'replication'
            <script>
              if not CurrentTestPath.has_key('group'):
                CurrentTestPath['group']='replication'
              CurrentTestPath['suite'] = 'resynchronization'
              
              _group=CurrentTestPath['group']
opends/tests/staf-tests/functional-tests/testcases/replication/schema/schema.xml
@@ -23,7 +23,7 @@
 !
 ! CDDL HEADER END
 !
 !      Copyright 2012 ForgeRock AS.
 !      Copyright 2012-2013 ForgeRock AS.
 ! -->
<stax>
  <defaultcall function="replication_schema"/>
@@ -32,8 +32,9 @@
      <block name="'replication_schema'">
        <try>
          <sequence>
            <script>
              CurrentTestPath['group'] = 'replication'
            <script>
              if not CurrentTestPath.has_key('group'):
                CurrentTestPath['group']='replication'
              CurrentTestPath['suite'] = 'schema'
              
              _group=CurrentTestPath['group']
opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
@@ -23,7 +23,7 @@
 !
 ! CDDL HEADER END
 !
 !      Copyright 2012 ForgeRock AS.
 !      Copyright 2012-2013 ForgeRock AS.
 ! -->
<stax>
  <defaultcall function="replication_totalupdate"/>
@@ -33,7 +33,8 @@
        <try>
          <sequence>
            <script>
              CurrentTestPath['group'] = 'replication'
              if not CurrentTestPath.has_key('group'):
                CurrentTestPath['group']='replication'
              CurrentTestPath['suite'] = 'totalupdate'
              
              _group=CurrentTestPath['group']