We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c13e9c commit dd5ca5fCopy full SHA for dd5ca5f
tests/filebox.test
@@ -23,14 +23,16 @@ test fileDialog-0.2 {GetFileName: file types: MakeFilter() fails} {
23
regsub -all "\0" $msg {\\0} msg
24
list $x $msg
25
} {1 {bad Macintosh file type "\0\0"}}
26
-test fileDialog-0.3 {GetFileName: file types: bad filetype} {
27
- # Check for the crash reported in ticket 080a28104.
+test fileDialog-0.3 {GetFileName: file types: bad filetype} \
+-constraints {[tk windowingsystem] eq "aqua"} \
28
+-body {
29
+ # Check for the Aqua crash reported in ticket 080a28104.
30
31
set filename [tk_getOpenFile -filetypes {
32
{"Invalid extension" {x.y}}
33
{"All files" {*}}
34
}]
-} {}
35
+} -result {}
36
37
set tk_strictMotif_old $tk_strictMotif
38
0 commit comments