diff options
author | ashok <ashok> | 2015-10-10 10:33:16 (GMT) |
---|---|---|
committer | ashok <ashok> | 2015-10-10 10:33:16 (GMT) |
commit | 73f570edce09082a865ef4a9f58569be3b120197 (patch) | |
tree | 7fcbf228659fcb8a84fd33686e3780ce8e1558e5 /tests/winDialog.test | |
parent | 5b8628d747aba7f7b78db7bdcac6c25eb06b3744 (diff) | |
download | tk-73f570edce09082a865ef4a9f58569be3b120197.zip tk-73f570edce09082a865ef4a9f58569be3b120197.tar.gz tk-73f570edce09082a865ef4a9f58569be3b120197.tar.bz2 |
Fix comment in test winDialog-5.12.2
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 \ |