diff options
author | welch <welch> | 1999-07-07 02:28:57 (GMT) |
---|---|---|
committer | welch <welch> | 1999-07-07 02:28:57 (GMT) |
commit | 783338db2a8c129447827e4aff8cb679f0aeafad (patch) | |
tree | 5ada9deb69fbb48b737b9a9c509b2a785b5d95d2 /tests/http.test | |
parent | 996f9cdcd32389e8d8b335b748145e3d84e1fea4 (diff) | |
download | tcl-783338db2a8c129447827e4aff8cb679f0aeafad.zip tcl-783338db2a8c129447827e4aff8cb679f0aeafad.tar.gz tcl-783338db2a8c129447827e4aff8cb679f0aeafad.tar.bz2 |
Marked two timing-dependent tests "nonPortable",
but I really need to fix these (4.11 and 4.12)
Diffstat (limited to 'tests/http.test')
-rw-r--r-- | tests/http.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/http.test b/tests/http.test index 5a1f9e6..b27f1c0 100644 --- a/tests/http.test +++ b/tests/http.test @@ -12,7 +12,7 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # -# RCS: @(#) $Id: http.test,v 1.10 1999/07/02 06:05:11 welch Exp $ +# RCS: @(#) $Id: http.test,v 1.11 1999/07/07 02:28:57 welch Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -265,12 +265,12 @@ test http-4.10 {http::Event} { set token [http::geturl $url -progress myProgress] http::size $token } {111} -test http-4.11 {http::Event} { +test http-4.11 {http::Event} nonPortable { set token [http::geturl $url -timeout 1 -command {#}] http::reset $token http::status $token } {reset} -test http-4.12 {http::Event} { +test http-4.12 {http::Event} nonPortable { set token [http::geturl $url?timeout=10 -timeout 1 -command {#}] http::wait $token http::status $token |