summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2020-09-29 16:12:12 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2020-09-29 16:12:12 (GMT)
commit2b01204e41b60fe88eae701bd56dc28b0f33926e (patch)
tree3af3eebe73b99f045a00398510b284cd6835b02c /tests
parent43e27f10a51ad6b206f06c50ea0cd4653bba694a (diff)
downloadtcl-2b01204e41b60fe88eae701bd56dc28b0f33926e.zip
tcl-2b01204e41b60fe88eae701bd56dc28b0f33926e.tar.gz
tcl-2b01204e41b60fe88eae701bd56dc28b0f33926e.tar.bz2
Remove wrong copy of test case http-3.2
Diffstat (limited to 'tests')
-rw-r--r--tests/http.test3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/http.test b/tests/http.test
index bd776c6..15bc37f 100644
--- a/tests/http.test
+++ b/tests/http.test
@@ -451,9 +451,6 @@ test http-3.33 {http::geturl application/xml is text} -body {
test http-3.34 {http::geturl -headers not a dict} -returnCodes error -body {
http::geturl http://test/t -headers NoDict
} -result {Bad value for -headers (NoDict), must be list}
-test http-3.2 {http::geturl} -returnCodes error -body {
- http::geturl http:junk
-} -result {Unsupported URL: http:junk}
test http-4.1 {http::Event} -body {
set token [http::geturl $url -keepalive 0]