summaryrefslogtreecommitdiffstats
path: root/tests/httpold.test
Commit message (Collapse)AuthorAgeFilesLines
* merge 8.6dgp2017-08-041-5/+12
|\
| * Fix weird hangs in macOS Sierra on some networks. Name resolution timeouts ↵dkf2017-08-021-5/+12
| | | | | | | | not what we want to test in the http package.
| * Test-cases which require Tcl 8.5 (or 8.6) should continue to work unmodified ↵jan.nijtmans2017-01-171-1/+1
| | | | | | | | in Tcl 9.0. The "novem" branch will show whether this continues to work.
* | Use a random unused port for the dummy http server to avoid conflictsmax2017-04-051-3/+3
| | | | | | with local services running on port 8010.
* | Eliminate exess spacings in many test-casesjan.nijtmans2016-03-101-1/+1
|/
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ | | | | more harm than good. Purged them.
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | more harm than good. Purged them.
* | Removed trailing whitespacedkf2004-05-191-13/+1
|/
* [info exist]->[info exists]. [Bug 602566]dkf2002-10-031-2/+2
|
* Made many tests work properly when the current directory is not writable.dkf2002-07-051-41/+44
| | | | Added targets to unix/Makefile.in to facilitate testing of this situation.
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-221-1/+2
| | | | | | | with options -constraints knownBug -limitConstraints 1 only tests the knownBug tests. Mostly involves replacing direct access to the testConstraints array with calls to the testConstraint command (which requires tcltest version 2).
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
* * tests/httpold.test: changed test script to source in the httpdhobbs2000-02-051-149/+6
| | | | server procs from httpd instead of having its own set.
* Bug fixes for threaded Tcl on NT with single and dual CPUs. Still someredman1999-07-271-1/+2
| | | | open issues, this code is a little more stable though.
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
|
* added code to unset the "data" array so tests that follow can use a scalarhershey1999-06-081-3/+6
| | | | data var w/o having to unset it first.
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-11/+41
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+411