[Fedora-directory-commits] dsgw/tests valgrind.supp, NONE, 1.1 setup.sh, 1.2, 1.3

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Sat Feb 9 18:24:25 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/dsgw/tests
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18919

Modified Files:
	setup.sh 
Added Files:
	valgrind.supp 
Log Message:
add domodify tests


--- NEW FILE valgrind.supp ---
{
   Problem with ICU
   Memcheck:Cond
   fun:__strcpy_chk
   fun:entryOpen
   fun:ures_open_3_6
   fun:res_getstring
}
{
   Problem with ICU
   Memcheck:Cond
   fun:__strcpy_chk
   fun:init_entry
   fun:findFirstExisting
   fun:entryOpen
   fun:ures_open_3_6
   fun:res_getstring
}
{
   Problem with ICU
   Memcheck:Cond
   fun:__strcpy_chk
   fun:init_entry
   fun:entryOpen
   fun:ures_open_3_6
   fun:res_getstring
}
{
   Problem with ICU
   Memcheck:Cond
   fun:dsgw_vxprintf
   fun:dsgw_emitfv
   fun:dsgw_emitf
   fun:dsgw_html_begin
}
{
   Problem with sasl
   Memcheck:Cond
   fun:__strcpy_chk
   fun:_sasl_load_plugins
   fun:sasl_client_init
}


Index: setup.sh
===================================================================
RCS file: /cvs/dirsec/dsgw/tests/setup.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- setup.sh	7 Feb 2008 22:46:56 -0000	1.2
+++ setup.sh	9 Feb 2008 18:24:23 -0000	1.3
@@ -57,8 +57,7 @@
 
 DSGW_CONTEXT_DIR=`pwd`/testtmp ; export DSGW_CONTEXT_DIR
 
-sed -e "s#@host@#$hostname#g" \
-    -e "s#@port@#$port#g" \
+sed -e "s#@ldapurl@#$ldapurl#g" \
     -e "s#@suffix@#$suffix#g" \
     -e "s#@dirmgr@#cn=directory manager#g" \
     -e "s#@contextdir@#$DSGW_CONTEXT_DIR#g" \
@@ -66,8 +65,7 @@
     -e "s#@configdir@#$sroot/share/dirsrv/dsgw/config#g" \
     config/dsgw.tmpl > testtmp/dsgw.conf
 
-sed -e "s#@host@#$hostname#g" \
-    -e "s#@port@#$port#g" \
+sed -e "s#@ldapurl@#$ldapurl#g" \
     -e "s#@suffix@#$suffix#g" \
     -e "s#@dirmgr@#cn=directory manager#g" \
     -e "s#@contextdir@#$DSGW_CONTEXT_DIR#g" \
@@ -104,7 +102,7 @@
 DEBUGCMD=VALGRIND
 #DEBUGCMD="$GDB"
 
-PROGS="edit"
+PROGS="domodify"
 
 # use scripts for orgchart perl scripts
 SCRIPTS=""




More information about the Fedora-directory-commits mailing list