From 4d9ec51b7c325e3367501e44dedd16132f937785 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Mon, 23 Jun 2008 16:04:30 +0000
Subject: [PATCH] QA: System Test: Split clients to have preamble,run,postamble

---
 opends/tests/system-tests/scenario/4MMR/4MMR.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/tests/system-tests/scenario/4MMR/4MMR.xml b/opends/tests/system-tests/scenario/4MMR/4MMR.xml
index 272e72d..9572d33 100755
--- a/opends/tests/system-tests/scenario/4MMR/4MMR.xml
+++ b/opends/tests/system-tests/scenario/4MMR/4MMR.xml
@@ -47,9 +47,9 @@
         <call function="'main_run'">
         {
          'configurationFile': fConf,
-         'runInstallation'  : 'true',
-         'runGenerateLdif'  : 'true',
-         'runConfiguration' : 'true',
+         'runInstallation'  : 'false',
+         'runGenerateLdif'  : 'false',
+         'runConfiguration' : 'false',
          'runScheduler'     : 'true'
         }
         </call>

--
Gitblit v1.10.0