From: Vlad S. <ser...@us...> - 2005-06-10 13:53:28
|
Update of /cvsroot/naviserver/naviserver/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28795/tests Modified Files: tclresp.test Log Message: updated to deal with -binary flag Index: tclresp.test =================================================================== RCS file: /cvsroot/naviserver/naviserver/tests/tclresp.test,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tclresp.test 27 Apr 2005 00:17:54 -0000 1.2 --- tclresp.test 10 Jun 2005 13:53:19 -0000 1.3 *************** *** 34,38 **** test tclresp-1.3.1 {basic syntax} -body { ns_respond -x ! } -returnCodes error -result {wrong # args: should be "ns_respond ?-status status? ?-type type? ?-length length? ?-headers headers? ?-string string? ?-file file? ?-fileid fileid?"} test tclresp-1.3.2 {basic syntax} -body { --- 34,38 ---- test tclresp-1.3.1 {basic syntax} -body { ns_respond -x ! } -returnCodes error -result {wrong # args: should be "ns_respond ?-status status? ?-type type? ?-length length? ?-headers headers? ?-string string? ?-file file? ?-fileid fileid? ?-binary binary?"} test tclresp-1.3.2 {basic syntax} -body { *************** *** 42,46 **** test tclresp-1.3.3 {basic syntax} -body { ns_respond -string x -file y ! } -returnCodes error -result {must specify only one of -string, -file or -fileid} test tclresp-1.3.4 {basic syntax} -body { --- 42,46 ---- test tclresp-1.3.3 {basic syntax} -body { ns_respond -string x -file y ! } -returnCodes error -result {must specify only one of -string, -file, -binary or -fileid} test tclresp-1.3.4 {basic syntax} -body { |