From: Stephen D. <sd...@us...> - 2005-04-27 00:36:15
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1522 Modified Files: ChangeLog Log Message: Updates to tests and cleanup of nsd/tclresp.c. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** ChangeLog 26 Apr 2005 16:00:17 -0000 1.56 --- ChangeLog 27 Apr 2005 00:35:54 -0000 1.57 *************** *** 1,2 **** --- 1,30 ---- + 2005-04-26 Stephen Deasey <sd...@us...> + + * nsd/tclresp.c: Cleanup and reformat code. Clarify comments. + + * tests/ns_conn_host.test: + * tests/ns_pagepath.test: + * ns_serverpath.test: Convert to new nstest_http command and the + use seperate virtual hosts for tests. + + * tests/http.test: + * ns_adp_compress.test: + * tclresp.test: Convert to new nstest_http command for testing + http responses. + + * tests/test.nscfg: Create seperate virtual servers for virtual + host tests and custom serverroot and conn host tests. + + * tests/testserver/pages/10bytes: Add missing 10bytes file for + tclresp.test. + + * tests/testserver/modules/http.tcl: + * tests/testserver/modules/testhttp.tcl: Rename http.tcl + testhttp.tcl so that it doesn't overide the standard tcl/http.tcl + file. Command now correctly only sets default headers once so + that e.g. the Host header can be overridden. Retrieve host and + port to connect to from config file. + + 2005-04-26 Vlad Seryakov <ser...@us...> |