From ba98dc405770a4c0f6bf592ad2b869e8d67f018a Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Wed, 19 Mar 2008 16:48:36 +0000
Subject: [PATCH] enable scheduler by default

---
 opends/tests/system-tests/scenario/sample2/sample2.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/system-tests/scenario/sample2/sample2.xml b/opends/tests/system-tests/scenario/sample2/sample2.xml
index 839fa31..b84c902 100755
--- a/opends/tests/system-tests/scenario/sample2/sample2.xml
+++ b/opends/tests/system-tests/scenario/sample2/sample2.xml
@@ -58,7 +58,7 @@
          'runPreConfiguration'   : 'true',
          'runConfiguration'      : 'true',
          'runPostConfiguration'  : 'true',
-         'runScheduler'          : 'false'
+         'runScheduler'          : 'true'
         }
         </call>
     </sequence>

--
Gitblit v1.10.0