diff options
author | dkf <dkf@noemail.net> | 2004-05-23 17:34:47 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2004-05-23 17:34:47 (GMT) |
commit | b9ee5ad500930cb2524474808d07d99f3b9b48ed (patch) | |
tree | c1834b8cace8654026ee20f8fd75ea3f340a902c /tests/focusTcl.test | |
parent | c1d39f72489d411b5fba63106cf32791eeaa3414 (diff) | |
download | tk-b9ee5ad500930cb2524474808d07d99f3b9b48ed.zip tk-b9ee5ad500930cb2524474808d07d99f3b9b48ed.tar.gz tk-b9ee5ad500930cb2524474808d07d99f3b9b48ed.tar.bz2 |
First step towards improving test style. Also start using Tcl 8.5 features.
FossilOrigin-Name: 8e6c4d129ce99dffc495e03b82bb2f284e6c1ffb
Diffstat (limited to 'tests/focusTcl.test')
-rw-r--r-- | tests/focusTcl.test | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/focusTcl.test b/tests/focusTcl.test index 1570c36..4a891b5 100644 --- a/tests/focusTcl.test +++ b/tests/focusTcl.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: focusTcl.test,v 1.7 2003/10/28 22:52:16 hobbs Exp $ +# RCS: @(#) $Id: focusTcl.test,v 1.8 2004/05/23 17:34:48 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -278,16 +278,3 @@ option clear # cleanup cleanupTests return - - - - - - - - - - - - - |