From: Vlad S. <ser...@us...> - 2005-06-10 16:57:04
|
Update of /cvsroot/naviserver/naviserver/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27866/tests Modified Files: tclresp.test Log Message: removed ns_returnbinary. added -binary flag to ns_return Index: tclresp.test =================================================================== RCS file: /cvsroot/naviserver/naviserver/tests/tclresp.test,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tclresp.test 10 Jun 2005 13:53:19 -0000 1.3 --- tclresp.test 10 Jun 2005 16:56:49 -0000 1.4 *************** *** 26,30 **** test tclresp-1.2.1 {basic syntax} -body { ns_return ! } -returnCodes error -result {wrong # args: should be "ns_return 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 string"} test tclresp-1.2.2 {basic syntax} -body { |