From 5764755d427d17979e2c4f7053b1850f5f4548b5 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Mon, 16 Dec 2013 09:48:02 +0000
Subject: [PATCH] Fixed debug mode and fixed a typo in an aci

---
 opends/tests/staf-tests/shared/topology/3server_topology.txt                               |    6 +++---
 opends/tests/staf-tests/shared/topology/basic_topology.txt                                 |    4 ++--
 opends/tests/staf-tests/shared/functions/dsadm.xml                                         |    2 +-
 opends/tests/staf-tests/functional-tests/shared/data/aci/aci_targattrfilter/add_aci18.ldif |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opends/tests/staf-tests/functional-tests/shared/data/aci/aci_targattrfilter/add_aci18.ldif b/opends/tests/staf-tests/functional-tests/shared/data/aci/aci_targattrfilter/add_aci18.ldif
index ddd1418..a9bc6cb 100644
--- a/opends/tests/staf-tests/functional-tests/shared/data/aci/aci_targattrfilter/add_aci18.ldif
+++ b/opends/tests/staf-tests/functional-tests/shared/data/aci/aci_targattrfilter/add_aci18.ldif
@@ -25,5 +25,5 @@
 dn: ou=aci branch, o=ACI Tests, dc=example,dc=com
 changetype: modify
 replace: aci
-aci: (targetattr="*")(targattrfilters="add=title:(title=Eng*)")(version 3.0; acl "add_aci18 The contents of this file are subject to the terms of the Common Development and Distribution License, Version 1.0 only. You may not use this file except in compliance with the License. You can obtain a copy of the license at legal-notices/CDDLv1_0.txt or http://forgerock.org/license/CDDLv1.0.html. See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at legal-notices/CDDLv1_0.txt. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]"; allow (all) userdn="ldap:///all";)
+aci: (targetattr="*")(targattrfilters="add=title:(title=Eng*)")(version 3.0; acl "add_aci18 The contents of this file are subject to the terms of the Common Development and Distribution License, Version 1.0 only. You may not use this file except in compliance with the License. You can obtain a copy of the license at legal-notices/CDDLv1_0.txt or http://forgerock.org/license/CDDLv1.0.html. See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at legal-notices/CDDLv1_0.txt. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets \"[]\" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]"; allow (all) userdn="ldap:///all";)
 
diff --git a/opends/tests/staf-tests/shared/functions/dsadm.xml b/opends/tests/staf-tests/shared/functions/dsadm.xml
index 90839e2..b72b97c 100755
--- a/opends/tests/staf-tests/shared/functions/dsadm.xml
+++ b/opends/tests/staf-tests/shared/functions/dsadm.xml
@@ -720,7 +720,7 @@
 
       <script>
         if dsDebugPort != '' and STAFCmdParams == '': 
-          envCmd = [ 'OPENDJ_JAVA_ARGS=-agentlib:jdwp=transport=dt_socket,address=%s,server=y,suspend=y' % dsDebugPort ]
+          envCmd = [ 'OPENDJ_JAVA_ARGS=-agentlib:jdwp=transport=dt_socket,address=%s,server=y,suspend=n' % dsDebugPort ]
         else:
           envCmd = []
       </script>
diff --git a/opends/tests/staf-tests/shared/topology/3server_topology.txt b/opends/tests/staf-tests/shared/topology/3server_topology.txt
index 5ab35a0..8bb95de 100644
--- a/opends/tests/staf-tests/shared/topology/3server_topology.txt
+++ b/opends/tests/staf-tests/shared/topology/3server_topology.txt
@@ -33,7 +33,7 @@
 RootPwd: secret12
 BaseDn: o=example
 Changelogport: 11112
-#Debugport: 8081
+Debugport:
 SynchronizedSuffix: o=example
 ChangelogServer: ${remote.hostname}:11112
 ChangelogServer: ${remote.hostname}:22222
@@ -49,7 +49,7 @@
 RootPwd: secret12
 BaseDn: o=example
 Changelogport: 22222
-#Debugport: 8082
+Debugport:
 SynchronizedSuffix: o=example
 ChangelogServer: ${remote.hostname}:11112
 ChangelogServer: ${remote.hostname}:22222
@@ -65,7 +65,7 @@
 RootPwd: secret12
 BaseDn: o=example
 Changelogport: 33333
-#Debugport: 8083
+Debugport:
 SynchronizedSuffix: o=example
 ChangelogServer: ${remote.hostname}:11112
 ChangelogServer: ${remote.hostname}:22222
diff --git a/opends/tests/staf-tests/shared/topology/basic_topology.txt b/opends/tests/staf-tests/shared/topology/basic_topology.txt
index 9132a72..e8df07c 100644
--- a/opends/tests/staf-tests/shared/topology/basic_topology.txt
+++ b/opends/tests/staf-tests/shared/topology/basic_topology.txt
@@ -33,7 +33,7 @@
 RootPwd: secret12
 BaseDn: o=example
 Changelogport: 11112
-#Debugport: 8081
+Debugport:
 SynchronizedSuffix: o=example
 ChangelogServer: ${remote.hostname}:11112
 ChangelogServer: ${remote.hostname}:22222
@@ -48,7 +48,7 @@
 RootPwd: secret12
 BaseDn: o=example
 Changelogport: 22222
-#Debugport: 8082
+Debugport:
 SynchronizedSuffix: o=example
 ChangelogServer: ${remote.hostname}:11112
 ChangelogServer: ${remote.hostname}:22222

--
Gitblit v1.10.0