diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-18 13:25:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-18 13:25:17 (GMT) |
commit | ec28ad63ee76f1827bd000aecc3506d25c484776 (patch) | |
tree | 23f0729fd0918a6e3a9cfc04bc316de263285dd5 | |
parent | 2bf49f51b37989c3c50b89bfa5f580eb6b9d7d51 (diff) | |
download | tcl-ec28ad63ee76f1827bd000aecc3506d25c484776.zip tcl-ec28ad63ee76f1827bd000aecc3506d25c484776.tar.gz tcl-ec28ad63ee76f1827bd000aecc3506d25c484776.tar.bz2 |
Fix test-case numbering
-rw-r--r-- | tests/http.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http.test b/tests/http.test index d7e42c2..e8f78e3 100644 --- a/tests/http.test +++ b/tests/http.test @@ -592,7 +592,7 @@ test http-4.15 {http::Event} -body { } -cleanup { catch {http::cleanup $token} } -returnCodes 1 -match glob -result "couldn't open socket*" -test http-1.15 {Leak with Close vs Keepalive (bug [6ca52aec14]} -body { +test http-4.16 {Leak with Close vs Keepalive (bug [6ca52aec14]} -body { set before [chan names] set token [http::geturl $url -headers {X-Connection keep-alive}] http::cleanup $token |