]> git.sur5r.net Git - openldap/commitdiff
ITS#5842
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 5 Dec 2008 18:27:53 +0000 (18:27 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 5 Dec 2008 18:27:53 +0000 (18:27 +0000)
CHANGES
tests/scripts/test049-sync-config
tests/scripts/test050-syncrepl-multimaster

diff --git a/CHANGES b/CHANGES
index d4eee3e2630cd40db4635fcf1282cdc5367ea6d3..f551107a15981ca3b3a837bf6f600becf7628438 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,8 @@ OpenLDAP 2.4 Change Log
 OpenLDAP 2.4.14 Engineering
        Fixed libldap_r deref building (ITS#5768)
        Fixed slapd syncrepl rename handling (ITS#5809)
+       Build Environment
+               Fixed test049,test050 to work on windows (ITS#5842)
 
 OpenLDAP 2.4.13 Release (2008/11/24)
        Added libldap dereference control support (ITS#5768)
index 1b2629b3d9e27cb550c1d651e3140a9393dec81d..e0dd0e5af6925821b389afda40fabf7cf7a3141d 100755 (executable)
@@ -22,7 +22,7 @@ if test $SYNCPROV = syncprovno; then
 fi 
 
 PRODIR=$TESTDIR/pro
-CONDIR=$TESTDIR/con
+CONDIR=$TESTDIR/con1
 DBPRO=$PRODIR/db
 DBCON=$CONDIR/db
 CFPRO=$PRODIR/slapd.d
index c3a7d8f42fcaff8e4e49c7cde18172f7a89707b0..90452b1a7c7e763b916d51bbe0a8549eb2160515 100755 (executable)
@@ -22,7 +22,7 @@ if test $SYNCPROV = syncprovno; then
 fi 
 
 PRODIR=$TESTDIR/pro
-CONDIR=$TESTDIR/con
+CONDIR=$TESTDIR/con1
 CONDIR2=$TESTDIR/con2
 DBPRO=$PRODIR/db
 DBCON=$CONDIR/db