summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-19 12:44:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-19 12:44:27 (GMT)
commit9e1d97638465e807eb0f42e0e3e772fce573ea12 (patch)
tree61c405803882359ee95daf0337cb1688b7cc8c80
parentb2fc984ad7230416767bee4956baf7fa9d9a4466 (diff)
downloadtcl-9e1d97638465e807eb0f42e0e3e772fce573ea12.zip
tcl-9e1d97638465e807eb0f42e0e3e772fce573ea12.tar.gz
tcl-9e1d97638465e807eb0f42e0e3e772fce573ea12.tar.bz2
Removed trailing whitespace
-rw-r--r--tests/httpold.test14
-rw-r--r--tests/namespace-old.test14
2 files changed, 2 insertions, 26 deletions
diff --git a/tests/httpold.test b/tests/httpold.test
index 9dddbf2..fe7c607 100644
--- a/tests/httpold.test
+++ b/tests/httpold.test
@@ -11,7 +11,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: httpold.test,v 1.11 2002/10/03 13:34:32 dkf Exp $
+# RCS: @(#) $Id: httpold.test,v 1.12 2004/05/19 12:44:27 dkf Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -293,15 +293,3 @@ catch {unset data}
close $listen
::tcltest::cleanupTests
return
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tests/namespace-old.test b/tests/namespace-old.test
index fd51099..b912dda 100644
--- a/tests/namespace-old.test
+++ b/tests/namespace-old.test
@@ -14,7 +14,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: namespace-old.test,v 1.7 2003/11/14 20:44:46 dgp Exp $
+# RCS: @(#) $Id: namespace-old.test,v 1.8 2004/05/19 12:45:49 dkf Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -850,15 +850,3 @@ eval namespace delete [namespace children :: test_ns_*]
# cleanup
::tcltest::cleanupTests
return
-
-
-
-
-
-
-
-
-
-
-
-