From: Stephen D. <sd...@us...> - 2005-06-13 06:14:36
|
Update of /cvsroot/naviserver/naviserver/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18750/tests Modified Files: tclresp.test Log Message: * include/ns.h: * nsd/adpparse.c: * nsd/compress.c: * nsd/listen.c: * nsd/sock.c: * nsd/tclimg.c: * nsd/tclmisc.c: * nsd/tclresp.c: * nsd/uuencode.c: * nscp/nscp.c: * tests/tclresp.test: Fix some issues with mixing signed/unsigned data that gcc4 was complaining about and a couple of instances of uninitialised variables. Index: tclresp.test =================================================================== RCS file: /cvsroot/naviserver/naviserver/tests/tclresp.test,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tclresp.test 10 Jun 2005 16:56:49 -0000 1.4 --- tclresp.test 13 Jun 2005 06:14:26 -0000 1.5 *************** *** 26,30 **** test tclresp-1.2.1 {basic syntax} -body { ns_return ! } -returnCodes error -result {wrong # args: should be "ns_return ?-binary? status type string"} test tclresp-1.2.2 {basic syntax} -body { --- 26,30 ---- test tclresp-1.2.1 {basic syntax} -body { ns_return ! } -returnCodes error -result {wrong # args: should be "ns_return ?-binary? status type data"} test tclresp-1.2.2 {basic syntax} -body { |