diff options
author | dgp <dgp@users.sourceforge.net> | 2022-10-28 16:18:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2022-10-28 16:18:29 (GMT) |
commit | f8f170cfd384b83be557bde3f4dff1f974b09048 (patch) | |
tree | b61d0eea17345eac11232971f31016f8148f2243 /tests/http11.test | |
parent | 5ba7f2ce37c985a7db5220baafb301007fecadd6 (diff) | |
download | tcl-f8f170cfd384b83be557bde3f4dff1f974b09048.zip tcl-f8f170cfd384b83be557bde3f4dff1f974b09048.tar.gz tcl-f8f170cfd384b83be557bde3f4dff1f974b09048.tar.bz2 |
Duplicate test names
Diffstat (limited to 'tests/http11.test')
-rw-r--r-- | tests/http11.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http11.test b/tests/http11.test index ef1f40c..55e7d39 100644 --- a/tests/http11.test +++ b/tests/http11.test @@ -954,7 +954,7 @@ test http11-3.8.$ThreadLevel "close,identity no -handler but with -progress" -se halt_httpd } -result {ok {HTTP/1.1 200 OK} ok close {} {} 0 0 0} -test http11-3.9 "close,identity no -handler but with -progress progressPause enters event loop" -setup { +test http11-3.9.$ThreadLevel "close,identity no -handler but with -progress progressPause enters event loop" -setup { variable httpd [create_httpd] set logdata "" } -body { |