From b9fd53230703d3d4f135f27e4fd1597a220c906e Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Tue, 23 Sep 2014 14:23:42 +0000
Subject: [PATCH] Launch tests with file-based changelog by default

---
 opendj3-server-dev/build.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj3-server-dev/build.xml b/opendj3-server-dev/build.xml
index b72a5ff..6e308a1 100644
--- a/opendj3-server-dev/build.xml
+++ b/opendj3-server-dev/build.xml
@@ -2209,7 +2209,7 @@
     <echo message="      Value must be one of: JE, LOG." />
     <echo message="      JE: use berkeley DB JE as implementation." />
     <echo message="      LOG: use log file as implementation." />
-    <echo message="      Default value is JE" />
+    <echo message="      Default value is LOG" />
     <echo message=""/>
     <echo message="  -Dtest.diff.srcpath=src/server/org/opends/server/core"/>
     <echo message="      for example includes only the classes in"/>
@@ -2290,7 +2290,7 @@
 
     <!-- This sets org.opends.test.replicationDbImpl if and only if it's not
          already set. -->
-    <condition property="org.opends.test.replicationDbImpl" value="JE">
+    <condition property="org.opends.test.replicationDbImpl" value="LOG">
       <not>
         <isset property="org.opends.test.replicationDbImpl" />
       </not>

--
Gitblit v1.10.0