diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2020-09-29 16:12:12 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2020-09-29 16:12:12 (GMT) |
commit | 2b01204e41b60fe88eae701bd56dc28b0f33926e (patch) | |
tree | 3af3eebe73b99f045a00398510b284cd6835b02c /tests | |
parent | 43e27f10a51ad6b206f06c50ea0cd4653bba694a (diff) | |
download | tcl-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.test | 3 |
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] |