From: Stephen D. <sd...@us...> - 2005-06-29 22:27:24
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12777 Modified Files: ChangeLog Log Message: * tests/http_byteranges.test: Use the 'knownBug' test contraint to dissable multiple-range tests so that they are counted in the 'Skipped' column of the test results and are not forgottena about. Added a new, temporary test for multiple ranges to ensure that multiple-range requests are ignored, not half fulfilled. Re-added test 2.3 which tests multiple, overlapping ranges (non canonical in RFC speak); dissabled as a 'knownBug'. Reverted tests 3.1 and 3.2 which check syntactically invalid requests are ignored by the server. An end byte before the start byte is never going to work and so is a syntactic error, not an unsatisfiable request. Renamed tests byteranges- from http-. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.134 retrieving revision 1.135 diff -C2 -d -r1.134 -r1.135 *** ChangeLog 29 Jun 2005 15:53:20 -0000 1.134 --- ChangeLog 29 Jun 2005 22:27:16 -0000 1.135 *************** *** 1,2 **** --- 1,16 ---- + 2005-06-29 Stephen Deasey <sd...@us...> + + * tests/http_byteranges.test: Use the 'knownBug' test contraint to + dissable multiple-range tests so that they are counted in the 'Skipped' + column of the test results and are not forgottena about. Added a new, + temporary test for multiple ranges to ensure that multiple-range + requests are ignored, not half fulfilled. Re-added test 2.3 which + tests multiple, overlapping ranges (non canonical in RFC speak); + dissabled as a 'knownBug'. Reverted tests 3.1 and 3.2 which check + syntactically invalid requests are ignored by the server. An end + byte before the start byte is never going to work and so is a + syntactic error, not an unsatisfiable request. Renamed tests + byteranges- from http-. + 2005-06-29 Vlad Seryakov <ser...@us...> |