From: Vlad S. <ser...@us...> - 2005-07-08 18:09:55
|
Update of /cvsroot/naviserver/naviserver/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29913/tests Modified Files: http_byteranges.test Log Message: See ChangeLog Index: http_byteranges.test =================================================================== RCS file: /cvsroot/naviserver/naviserver/tests/http_byteranges.test,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** http_byteranges.test 8 Jul 2005 15:38:27 -0000 1.7 --- http_byteranges.test 8 Jul 2005 18:09:39 -0000 1.8 *************** *** 119,125 **** test byteranges-2.3 {Multiple non-contiguous ranges} -constraints serverListen -body { nstest_http -getbody 1 -setheaders {Range bytes=0-2,7-9} \ ! -getheaders {Content-type Content-range} \ GET /10bytes ! } -match regexp -result [list 206 {multipart/byteranges; boundary=[^ ]+} {} \ {--[^ ]+\r Content-type: \*/\*\r --- 119,125 ---- test byteranges-2.3 {Multiple non-contiguous ranges} -constraints serverListen -body { nstest_http -getbody 1 -setheaders {Range bytes=0-2,7-9} \ ! -getheaders {Content-type Content-range Content-length} \ GET /10bytes ! } -match regexp -result [list 206 {multipart/byteranges; boundary=[^ ]+} {} 154 \ {--[^ ]+\r Content-type: \*/\*\r *************** *** 137,143 **** test byteranges-2.4 {Multiple ranges, out of order} -constraints serverListen -body { nstest_http -getbody 1 -setheaders {Range bytes=7-9,0-2} \ ! -getheaders {Content-type Content-range} \ GET /10bytes ! } -match regexp -result [list 206 {multipart/byteranges; boundary=[^ ]+} {} \ {--[^ ]+\r Content-type: \*/\*\r --- 137,143 ---- test byteranges-2.4 {Multiple ranges, out of order} -constraints serverListen -body { nstest_http -getbody 1 -setheaders {Range bytes=7-9,0-2} \ ! -getheaders {Content-type Content-range Content-length} \ GET /10bytes ! } -match regexp -result [list 206 {multipart/byteranges; boundary=[^ ]+} {} 154 \ {--[^ ]+\r Content-type: \*/\*\r |