summaryrefslogtreecommitdiffstats
path: root/tests/winDialog.test
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-11-02 01:19:42 (GMT)
committerhobbs <hobbs>2000-11-02 01:19:42 (GMT)
commit6a384c77d882f7540712e58964862718191f4476 (patch)
tree0f6595689cc2b374551523034ac6daa44145f1d4 /tests/winDialog.test
parenta8c63e45bf673be781bfc2eca7e4a7b9ee81fdf3 (diff)
downloadtk-6a384c77d882f7540712e58964862718191f4476.zip
tk-6a384c77d882f7540712e58964862718191f4476.tar.gz
tk-6a384c77d882f7540712e58964862718191f4476.tar.bz2
corrected tests to recognize new -multiple openfile dialog switch
Diffstat (limited to 'tests/winDialog.test')
-rw-r--r--tests/winDialog.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/winDialog.test b/tests/winDialog.test
index 15b491f..ec23514 100644
--- a/tests/winDialog.test
+++ b/tests/winDialog.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: winDialog.test,v 1.4 2000/04/14 08:34:28 hobbs Exp $
+# RCS: @(#) $Id: winDialog.test,v 1.5 2000/11/02 01:19:42 hobbs Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
source [file join [pwd] [file dirname [info script]] defs.tcl]
@@ -97,7 +97,7 @@ test winDialog-5.1 {GetFileName: no arguments} {nt} {
} {0}
test winDialog-5.2 {GetFileName: one argument} {nt} {
list [catch {tk_getOpenFile -foo} msg] $msg
-} {1 {bad option "-foo": must be -defaultextension, -filetypes, -initialdir, -initialfile, -parent, or -title}}
+} {1 {bad option "-foo": must be -defaultextension, -filetypes, -initialdir, -initialfile, -multiple, -parent, or -title}}
test winDialog-5.4 {GetFileName: many arguments} {nt} {
start {tk_getOpenFile -initialdir c:/ -parent . -title test -initialfile foo}
then {
@@ -106,7 +106,7 @@ test winDialog-5.4 {GetFileName: many arguments} {nt} {
} {0}
test winDialog-5.5 {GetFileName: Tcl_GetIndexFromObj() != TCL_OK} {nt} {
list [catch {tk_getOpenFile -foo bar -abc} msg] $msg
-} {1 {bad option "-foo": must be -defaultextension, -filetypes, -initialdir, -initialfile, -parent, or -title}}
+} {1 {bad option "-foo": must be -defaultextension, -filetypes, -initialdir, -initialfile, -multiple, -parent, or -title}}
test winDialog-5.6 {GetFileName: Tcl_GetIndexFromObj() == TCL_OK} {nt} {
start {tk_getOpenFile -title bar}
then {