diff options
Diffstat (limited to 'tests/winDialog.test')
-rw-r--r-- | tests/winDialog.test | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/winDialog.test b/tests/winDialog.test index 49d9c17..3dc73ac 100644 --- a/tests/winDialog.test +++ b/tests/winDialog.test @@ -504,10 +504,11 @@ test winDialog-5.12.1 {tk_getSaveFile: initial directory: ~} -constraints { test winDialog-5.12.2 {tk_getSaveFile: initial directory: ~user} -constraints { nt testwinevent } -body { - # Note: this test is currently disabled because of a bug in file normalize - # for names of the form ~xxx that returns the wrong dir on Windows. - # In particular (in Win8 at least) it returns /users/Default instead - # of /users/USERNAME... + + # Note: this test will fail on Tcl versions 8.6.4 and earlier due + # to a bug in file normalize for names of the form ~xxx that + # returns the wrong dir on Windows. In particular (in Win8 at + # least) it returned /users/Default instead of /users/USERNAME... unset -nocomplain x start {set x [tk_getSaveFile \ |