diff options
author | dgp <dgp@users.sourceforge.net> | 2004-06-04 19:55:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-06-04 19:55:30 (GMT) |
commit | e714b0e05289940aa0261f2a715125eba685e7db (patch) | |
tree | 28f39ba178041db29b648993c4ee9fe8bf655c35 /tests/filebox.test | |
parent | 0599d09e8d0ef7c3d1d1afbd61e61e2a4c14b099 (diff) | |
download | tk-e714b0e05289940aa0261f2a715125eba685e7db.zip tk-e714b0e05289940aa0261f2a715125eba685e7db.tar.gz tk-e714b0e05289940aa0261f2a715125eba685e7db.tar.bz2 |
* tests/filebox.test: A few typo corrections in dkf's recent
* tests/frame.test: style upgrade for the test suite.
* tests/select.test:
* tests/visual.test:
Diffstat (limited to 'tests/filebox.test')
-rw-r--r-- | tests/filebox.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/filebox.test b/tests/filebox.test index e7e386f..d8da29c 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.15 2004/05/23 17:34:48 dkf Exp $ +# RCS: @(#) $Id: filebox.test,v 1.16 2004/06/04 19:55:31 dgp Exp $ # package require tcltest 2.1 @@ -156,7 +156,7 @@ foreach mode $modes { if {[string index $option 0] eq "-"} { test filebox-1.2-$mode$option "tk_getOpenFile command" -body { tk_getOpenFile $option - } -returnCode error -result "value for \"$option\" missing" + } -returnCodes error -result "value for \"$option\" missing" } } |