diff options
author | hobbs <hobbs> | 1999-11-30 00:02:20 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-11-30 00:02:20 (GMT) |
commit | fa508cfba7a6de9a8d9be3365346817c2f7ffb77 (patch) | |
tree | 828e4536f96a4f099689e5e77d13260fccfe6936 /tests/filebox.test | |
parent | 0c44d9f04d5692595e2366ea5122981663358f4b (diff) | |
download | tk-fa508cfba7a6de9a8d9be3365346817c2f7ffb77.zip tk-fa508cfba7a6de9a8d9be3365346817c2f7ffb77.tar.gz tk-fa508cfba7a6de9a8d9be3365346817c2f7ffb77.tar.bz2 |
minor whitespace cleanup
Diffstat (limited to 'tests/filebox.test')
-rw-r--r-- | tests/filebox.test | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/tests/filebox.test b/tests/filebox.test index 8e848ca..5aa2050 100644 --- a/tests/filebox.test +++ b/tests/filebox.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: filebox.test,v 1.7 1999/11/12 23:55:16 wart Exp $ +# RCS: @(#) $Id: filebox.test,v 1.8 1999/11/30 00:02:20 hobbs Exp $ # if {[lsearch [namespace children] ::tcltest] == -1} { @@ -275,14 +275,10 @@ foreach mode $modes { } $pathName } - # - # The rest of the tests need to be executed on Unix only. The test whether - # the dialog box widgets were implemented correctly. These tests are not + # The rest of the tests need to be executed on Unix only. + # The test whether the dialog box widgets were implemented correctly. + # These tests are not # needed on the other platforms because they use native file dialogs. - # - - - # end inner if } @@ -295,16 +291,3 @@ set tk_strictMotif $tk_strictMotif_old # cleanup ::tcltest::cleanupTests return - - - - - - - - - - - - - |