diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-10-20 09:20:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-10-20 09:20:32 (GMT) |
commit | 3a75326e43c5f04164e7b9747d8e8e1b081cbe01 (patch) | |
tree | dfa182d5d6cfbb9dd4cc28c47818ab2fedf239a9 /tests/winDialog.test | |
parent | 9fd716587273d2aabf8b67fb6d6110c0cd2e486a (diff) | |
download | tk-3a75326e43c5f04164e7b9747d8e8e1b081cbe01.zip tk-3a75326e43c5f04164e7b9747d8e8e1b081cbe01.tar.gz tk-3a75326e43c5f04164e7b9747d8e8e1b081cbe01.tar.bz2 |
- Fix winDialog-9.7 test in case "initialdir" contains capital characters.
- Add "uuid.lib" as requirement for tkWinDialog.c
Diffstat (limited to 'tests/winDialog.test')
-rw-r--r-- | tests/winDialog.test | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/winDialog.test b/tests/winDialog.test index bbacf3f..ad648c0 100644 --- a/tests/winDialog.test +++ b/tests/winDialog.test @@ -264,10 +264,6 @@ test winDialog-5.6 {GetFileName: valid option, but missing value} -constraints { test winDialog-5.7 {GetFileName: extension begins with .} -constraints { nt testwinevent } -body { -# if (string[0] == '.') { -# string++; -# } - start {set x [tk_getSaveFile -defaultextension .foo -title Save]} set msg {} then { @@ -580,7 +576,7 @@ test winDialog-9.7 {Tk_ChooseDirectoryObjCmd: -initialdir} -constraints { Click ok } string tolower [set x] -} -result [initialdir] +} -result [string tolower [initialdir]] test winDialog-9.8 {Tk_ChooseDirectoryObjCmd: initial directory: Tcl_TranslateFilename()} -constraints { nt } -body { |