From 09e88804b5a80ca7b9b6cf88d8b8e65b4e5909e1 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Mon, 07 Apr 2008 13:27:35 +0000
Subject: [PATCH] ldapsearch() : add more information to display on staf GUI

---
 opendj-sdk/opends/tests/system-tests/phases/shared/functions/ldap.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/tests/system-tests/phases/shared/functions/ldap.xml b/opendj-sdk/opends/tests/system-tests/phases/shared/functions/ldap.xml
index fb574a2..fb641a0 100755
--- a/opendj-sdk/opends/tests/system-tests/phases/shared/functions/ldap.xml
+++ b/opendj-sdk/opends/tests/system-tests/phases/shared/functions/ldap.xml
@@ -863,7 +863,8 @@
       </call>
       
       
-      <process name="'LDAP Search'">
+      <process name="'LDAP Search %s on %s:%s' % 
+                     (dsBaseDN,dsInstanceHost,dsInstancePort)">
         <location>'%s' % location</location>
         <command>'%s' % STAFCmd</command>
         <parms>'%s' % STAFCmdParams</parms>

--
Gitblit v1.10.0