From 84daf732f3905a6f3f96746e8c65eaa1fce83d9e Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Fri, 9 Nov 2012 10:59:45 +0000 Subject: demo fix for bug 3585396. On which platforms this fails? --- tests/winDialog.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/winDialog.test b/tests/winDialog.test index c092e76..77317b1 100644 --- a/tests/winDialog.test +++ b/tests/winDialog.test @@ -237,7 +237,7 @@ test winDialog-5.7 {GetFileName: extension begins with .} -constraints { start {set x [tk_getSaveFile -defaultextension .foo -title Save]} then { - SetText 0x480 bar + SetText 0x47C bar Click ok } string totitle $x @@ -247,7 +247,7 @@ test winDialog-5.8 {GetFileName: extension doesn't begin with .} -constraints { } -body { start {set x [tk_getSaveFile -defaultextension foo -title Save]} then { - SetText 0x480 bar + SetText 0x47C bar Click ok } string totitle $x @@ -413,7 +413,7 @@ test winDialog-5.23 {GetFileName: convert \ to /} -constraints { } -body { start {set x [tk_getSaveFile -title Back]} then { - SetText 0x480 [file nativename \ + SetText 0x47C [file nativename \ [file join [file normalize $::env(TEMP)] "12x 457"]] Click ok } -- cgit v0.12