summaryrefslogtreecommitdiffstats
path: root/tests/httpTestScript.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-23 13:27:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-23 13:27:14 (GMT)
commit6d3aeef45e68dc92f69195ab165ce49ecd4738c4 (patch)
tree557acf48815936a86298a60639af7077e4056f8d /tests/httpTestScript.tcl
parent63ef0e3d26d5ef38c104cb50b97e7cddb70dbba6 (diff)
downloadtcl-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.tcl2
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}
}