From a8f5d8345278d27ddf5325d3977e460b86b6275f Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Tue, 27 Apr 2010 20:56:50 +0000
Subject: [PATCH] Fixing several issues with the Control Panel, the QuickSetup, Core server and Replication. Also improves unit, functional tests. More specifically this commit resolves the following open issues: 4385 - NPE when using ExtensibleMatch filter without a matching rule 4521 - dynamic lookup in attribut selection when selecting the sort order attribut while defining VLV index 4531 - Control Panel creates virtual static groups using groupOfURLs as objectclass 4533 - NullPointerException when configuring replication between 2 OpenDS 4539 - DSML Gateway - jaxb.properties Exception
---
opends/tests/staf-tests/stress-tests/testcases/replication/replication.xml | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/opends/tests/staf-tests/stress-tests/testcases/replication/replication.xml b/opends/tests/staf-tests/stress-tests/testcases/replication/replication.xml
index ed034c9..6181d78 100644
--- a/opends/tests/staf-tests/stress-tests/testcases/replication/replication.xml
+++ b/opends/tests/staf-tests/stress-tests/testcases/replication/replication.xml
@@ -23,7 +23,7 @@
!
! CDDL HEADER END
!
- ! Copyright 2009 Sun Microsystems, Inc.
+ ! Copyright 2009-2010 Sun Microsystems, Inc.
! -->
<stax>
@@ -77,7 +77,7 @@
testList.append('replication_modify_modifyrdn_multiple')
testList.append('replication_modifyrdn_multiple')
- #testList.append('replication_modify_restart_multiple')
+ testList.append('replication_modify_restart_multiple')
globalAssuredReplication = None
@@ -86,8 +86,11 @@
globalTestExternalChangelog = False
globalExternalChangelogMode = 'n/a'
else:
- globalSplitServers = None
- globalTestExternalChangelog = True
+ globalSplitServers = None
+ if (REPLICATION_ECL_MODE == 'n/a'):
+ globalTestExternalChangelog = False
+ else:
+ globalTestExternalChangelog = True
globalExternalChangelogMode = REPLICATION_ECL_MODE
</script>
--
Gitblit v1.10.0