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 | 8b5d3394c2827fa8bfa14ba8169b0139bc58195b (patch) | |
| tree | 23f0729fd0918a6e3a9cfc04bc316de263285dd5 | |
| parent | 246869993a67bf863fd2d0cf5647e62a9152fae8 (diff) | |
| download | tcl-8b5d3394c2827fa8bfa14ba8169b0139bc58195b.zip tcl-8b5d3394c2827fa8bfa14ba8169b0139bc58195b.tar.gz tcl-8b5d3394c2827fa8bfa14ba8169b0139bc58195b.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 |
