diff options
author | dgp <dgp@noemail.net> | 2004-05-25 18:06:24 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2004-05-25 18:06:24 (GMT) |
commit | 3a5f0e715f11ddb17ccc850c8fa79cdd2b8ae0b5 (patch) | |
tree | 14b2ef45fa448d2e08b16d4d7cd8e14f34e89a40 /tests/http.test | |
parent | 67e84a2f62cc28726458d67e2d1cba1a502cefd8 (diff) | |
download | tcl-3a5f0e715f11ddb17ccc850c8fa79cdd2b8ae0b5.zip tcl-3a5f0e715f11ddb17ccc850c8fa79cdd2b8ae0b5.tar.gz tcl-3a5f0e715f11ddb17ccc850c8fa79cdd2b8ae0b5.tar.bz2 |
* tests/http.test: Clear away the custom [bgerror] when done.
* tests/io.test: Take care to use namespace variables.
FossilOrigin-Name: ee97b936fed6acadd99e0f936fc4e13876a5e866
Diffstat (limited to 'tests/http.test')
-rw-r--r-- | tests/http.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/http.test b/tests/http.test index 9b38bb2..1ed63f8 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.36 2003/11/14 20:44:46 dgp Exp $ +# RCS: @(#) $Id: http.test,v 1.37 2004/05/25 18:06:25 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -507,4 +507,5 @@ if {[info exists removeHttpd]} { removeFile $httpdFile } +rename bgerror {} ::tcltest::cleanupTests |