summaryrefslogtreecommitdiffstats
path: root/tests/http.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-04-17 14:01:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-04-17 14:01:14 (GMT)
commitda5348ec0fb8117244eee22defae44c8197496a2 (patch)
tree939e5411d61efb088b50c96cdd7d5b9a44953be3 /tests/http.test
parenta7101c49afc9bb6efcfa5cc5cedf7f166b0d1a74 (diff)
downloadtcl-da5348ec0fb8117244eee22defae44c8197496a2.zip
tcl-da5348ec0fb8117244eee22defae44c8197496a2.tar.gz
tcl-da5348ec0fb8117244eee22defae44c8197496a2.tar.bz2
Remove all win95-specific test-cases, since Windows 95 is not supported any more.
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