diff options
author | dgp <dgp@noemail.net> | 2002-07-02 19:10:56 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2002-07-02 19:10:56 (GMT) |
commit | ac8cdc98d617db894f35a2e6b28b970d16dd1efa (patch) | |
tree | 488847ff551ccfeb85c461ca2f158781e0d6d020 /tests/http.test | |
parent | 380ac95073c73a6c8f14f376743969b0cd67d6df (diff) | |
download | tcl-ac8cdc98d617db894f35a2e6b28b970d16dd1efa.zip tcl-ac8cdc98d617db894f35a2e6b28b970d16dd1efa.tar.gz tcl-ac8cdc98d617db894f35a2e6b28b970d16dd1efa.tar.bz2 |
* doc/tcltest.n: Reverted [makeFile] and [viewFile] to
* library/tcltest/tcltest.tcl: their former behavior, and documented
* tests/cmdAH.test: it. Corrected misspelling of hook
* tests/event.test: procedure. Restored tests.
* tests/http.test:
* tests/io.test:
FossilOrigin-Name: 06fbc3e4fa7dc773b0a90a827781761cf30bdd88
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 fe76873..04e3781 100644 --- a/tests/http.test +++ b/tests/http.test @@ -12,10 +12,10 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # -# RCS: @(#) $Id: http.test,v 1.27 2002/07/01 02:29:22 dgp Exp $ +# RCS: @(#) $Id: http.test,v 1.28 2002/07/02 19:10:57 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest 2.1 + package require tcltest 2 namespace import -force ::tcltest::* } @@ -246,7 +246,7 @@ test http-3.11 {http::geturl querychannel with -command} { lappend testRes [http::status $t] $postResult removeFile outdata set testRes -} {ok 122879 {Got 122879 bytes} ok {PostStart {Got 122879 bytes}}} +} {ok 122879 {Got 122880 bytes} ok {PostStart {Got 122880 bytes}}} # On Linux platforms when the client and server are on the same # host, the client is unable to read the server's response one |