From: Vlad S. <ser...@us...> - 2005-07-12 03:37:34
|
Update of /cvsroot/naviserver/naviserver/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32408/tests Modified Files: ns_adp_chunked.test Log Message: Index: ns_adp_chunked.test =================================================================== RCS file: /cvsroot/naviserver/naviserver/tests/ns_adp_chunked.test,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ns_adp_chunked.test 12 Jul 2005 03:16:06 -0000 1.1 --- ns_adp_chunked.test 12 Jul 2005 03:37:23 -0000 1.2 *************** *** 41,47 **** } ! test ns_adp_chunked-1.1 {Chunked streaming} -constraints serverListen -body { nstest_http -getbody 1 GET /ns_adp_chunked.adp } -result "200 {1b\r\n<BODY>this is a test</BODY>\r\n0\r\n\r\n}" cleanupTests --- 41,51 ---- } ! test ns_adp_chunked-1.1 {Chunked streaming adp} -constraints serverListen -body { nstest_http -getbody 1 GET /ns_adp_chunked.adp } -result "200 {1b\r\n<BODY>this is a test</BODY>\r\n0\r\n\r\n}" + test ns_adp_chunked-1.2 {Chunked tcl return} -constraints serverListen -body { + nstest_http -getbody 1 GET /ns_chunked.tcl + } -result "200 {1b\r\n<BODY>this is a test</BODY>\r\n0\r\n\r\n}" + cleanupTests |