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
33 ■■■■■ changed files
opends/tests/staf-tests/functional-tests/testcases/replication/aci/aci.xml 3 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/basic/basic.xml 3 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml 3 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/changelog/changelog.xml 3 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml 3 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml 3 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/failover/failover.xml 3 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml 3 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/resynchronization/resynchronization.xml 3 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/schema/schema.xml 3 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml 3 ●●●● 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"/>
@@ -33,6 +33,7 @@
        <try>
          <sequence>
            <script>
              if not CurrentTestPath.has_key('group'):
              CurrentTestPath['group'] = 'replication'        
              CurrentTestPath['suite'] = 'aci'
              
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"/>
@@ -33,6 +33,7 @@
        <try>
          <sequence>
            <script>
              if not CurrentTestPath.has_key('group'):
              CurrentTestPath['group'] = 'replication'        
              CurrentTestPath['suite'] = 'basic'
              
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"/>
@@ -33,6 +33,7 @@
        <try>
          <sequence>
            <script>
              if not CurrentTestPath.has_key('group'):
              CurrentTestPath['group'] = 'replication'        
              CurrentTestPath['suite'] = 'binarycopy'
              
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"/>
@@ -33,6 +33,7 @@
        <try>
          <sequence>
            <script>
              if not CurrentTestPath.has_key('group'):
              CurrentTestPath['group'] = 'replication'        
              CurrentTestPath['suite'] = 'changelog'
              
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"/>
@@ -33,6 +33,7 @@
        <try>
          <sequence>
            <script>
              if not CurrentTestPath.has_key('group'):
              CurrentTestPath['group'] = 'replication'        
              CurrentTestPath['suite'] = 'conflict'
              
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"/>
@@ -33,6 +33,7 @@
        <try>
          <sequence>
            <script>
              if not CurrentTestPath.has_key('group'):
              CurrentTestPath['group'] = 'replication'        
              CurrentTestPath['suite'] = 'encryption'
              
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,6 +33,7 @@
        <try>
          <sequence>
            <script>
              if not CurrentTestPath.has_key('group'):
              CurrentTestPath['group'] = 'replication'        
              CurrentTestPath['suite'] = 'failover'
              
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"/>
@@ -33,6 +33,7 @@
        <try>
          <sequence>
            <script>
              if not CurrentTestPath.has_key('group'):
              CurrentTestPath['group'] = 'replication'        
              CurrentTestPath['suite'] = 'ldifimport'
              
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"/>
@@ -33,6 +33,7 @@
        <try>
          <sequence>
            <script>
              if not CurrentTestPath.has_key('group'):
              CurrentTestPath['group'] = 'replication'        
              CurrentTestPath['suite'] = 'resynchronization'
              
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"/>
@@ -33,6 +33,7 @@
        <try>
          <sequence>
            <script>
              if not CurrentTestPath.has_key('group'):
              CurrentTestPath['group'] = 'replication'        
              CurrentTestPath['suite'] = 'schema'
              
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,6 +33,7 @@
        <try>
          <sequence>
            <script>
              if not CurrentTestPath.has_key('group'):
              CurrentTestPath['group'] = 'replication'        
              CurrentTestPath['suite'] = 'totalupdate'