From 783338db2a8c129447827e4aff8cb679f0aeafad Mon Sep 17 00:00:00 2001 From: welch Date: Wed, 7 Jul 1999 02:28:57 +0000 Subject: Marked two timing-dependent tests "nonPortable", but I really need to fix these (4.11 and 4.12) --- tests/http.test | 6 +++--- 1 file 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 -- cgit v0.12