37 lines
1.4 KiB
Plaintext
37 lines
1.4 KiB
Plaintext
|
Index: tests/scripts/test056-monitor
|
||
|
===================================================================
|
||
|
RCS file: /repo/OpenLDAP/pkg/ldap/tests/scripts/test056-monitor,v
|
||
|
retrieving revision 1.3
|
||
|
retrieving revision 1.4
|
||
|
diff -u -r1.3 -r1.4
|
||
|
--- tests/scripts/test056-monitor 2 Jul 2009 13:26:52 -0000 1.3
|
||
|
+++ tests/scripts/test056-monitor 14 Jul 2009 11:35:56 -0000 1.4
|
||
|
@@ -66,7 +66,7 @@
|
||
|
echo "Filtering ldapsearch results..."
|
||
|
sed -e "$localrewrite" < $SEARCHOUT | . $LDIFFILTER > $SEARCHFLT
|
||
|
echo "Filtering expected data..."
|
||
|
-sed -e "$localrewrite" < $MONITOROUT1 | . $LDIFFILTER > $LDIFFLT
|
||
|
+. $CONFFILTER < $MONITOROUT1 | sed -e "$localrewrite" | . $LDIFFILTER > $LDIFFLT
|
||
|
echo "Comparing filter output..."
|
||
|
$CMP $SEARCHFLT $LDIFFLT > $CMPOUT
|
||
|
|
||
|
Index: tests/data/monitor1.out
|
||
|
===================================================================
|
||
|
RCS file: /repo/OpenLDAP/pkg/ldap/tests/data/monitor1.out,v
|
||
|
retrieving revision 1.1
|
||
|
retrieving revision 1.2
|
||
|
diff -u -r1.1 -r1.2
|
||
|
--- tests/data/monitor1.out 27 Jan 2009 09:09:51 -0000 1.1
|
||
|
+++ tests/data/monitor1.out 14 Jul 2009 11:35:56 -0000 1.2
|
||
|
@@ -9,8 +9,8 @@
|
||
|
monitorConnectionRead: 2
|
||
|
monitorConnectionWrite: 0
|
||
|
monitorConnectionMask: rx
|
||
|
-monitorConnectionListener: ldap://localhost:9011/
|
||
|
-monitorConnectionLocalAddress: IP=127.0.0.1:9011
|
||
|
+monitorConnectionListener: ldap://localhost:@PORT1@/
|
||
|
+monitorConnectionLocalAddress: IP=127.0.0.1:@PORT1@
|
||
|
entryDN: cn=Connection 1,cn=Connections,cn=Monitor
|
||
|
|
||
|
dn: cn=Connections,cn=Monitor
|