diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-09-23 13:27:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-09-23 13:27:14 (GMT) |
commit | 6d3aeef45e68dc92f69195ab165ce49ecd4738c4 (patch) | |
tree | 557acf48815936a86298a60639af7077e4056f8d /tests/httpTestScript.tcl | |
parent | 63ef0e3d26d5ef38c104cb50b97e7cddb70dbba6 (diff) | |
download | tcl-6d3aeef45e68dc92f69195ab165ce49ecd4738c4.zip tcl-6d3aeef45e68dc92f69195ab165ce49ecd4738c4.tar.gz tcl-6d3aeef45e68dc92f69195ab165ce49ecd4738c4.tar.bz2 |
Give lambda function a name "ReceiveChunked" for easier testing. New function quoteString and code cleanup
Diffstat (limited to 'tests/httpTestScript.tcl')
-rw-r--r-- | tests/httpTestScript.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpTestScript.tcl b/tests/httpTestScript.tcl index a8ef9c8..a40449a 100644 --- a/tests/httpTestScript.tcl +++ b/tests/httpTestScript.tcl @@ -496,7 +496,7 @@ proc httpTestScript::runHttpTestScript {scr} { proc httpTestScript::cleanupHttpTestScript {} { variable TimeOutDone variable RequestsWhenStopped - + if {![info exists RequestsWhenStopped]} { return -code error {Cleanup Failed: RequestsWhenStopped is undefined} } |