From 5afef0590197b577acfd270f6e8297d1057ff0f4 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
---
opendj-sdk/opends/tests/system-tests/scenario/sample2/sample2.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/system-tests/scenario/sample2/sample2.xml b/opendj-sdk/opends/tests/system-tests/scenario/sample2/sample2.xml
index 839fa31..b84c902 100755
--- a/opendj-sdk/opends/tests/system-tests/scenario/sample2/sample2.xml
+++ b/opendj-sdk/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