summaryrefslogtreecommitdiffstats
path: root/tests/http.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-05-01 15:16:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-05-01 15:16:37 (GMT)
commitecc261fff02041b94a2ff589a0f7b7191a6cf975 (patch)
treecaab1eb18613bb672c08214eab97c65743f7587e /tests/http.test
parent1f6f16eb0acd800c01eb3eb44390f314983b353f (diff)
parent09c394df7d97291aecb28a07a6c5de3f0814a341 (diff)
downloadtcl-ecc261fff02041b94a2ff589a0f7b7191a6cf975.zip
tcl-ecc261fff02041b94a2ff589a0f7b7191a6cf975.tar.gz
tcl-ecc261fff02041b94a2ff589a0f7b7191a6cf975.tar.bz2
merge trunk
Diffstat (limited to 'tests/http.test')
-rw-r--r--tests/http.test12
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/http.test b/tests/http.test
index a52cfb1..a0a26de 100644
--- a/tests/http.test
+++ b/tests/http.test
@@ -492,14 +492,10 @@ proc myProgress {token total current} {
}
set progress [list $total $current]
}
-if 0 {
- # This test hangs on Windows95 because the client never gets EOF
- set httpLog 1
- test http-4.6.1 {http::Event} knownBug {
- set token [http::geturl $url -blocksize 50 -progress myProgress]
- return $progress
- } {111 111}
-}
+test http-4.6.1 {http::Event} knownBug {
+ set token [http::geturl $url -blocksize 50 -progress myProgress]
+ return $progress
+} {111 111}
test http-4.7 {http::Event} -body {
set token [http::geturl $url -keepalive 0 -progress myProgress]
return $progress