diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-11 20:20:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-11 20:20:07 (GMT) |
commit | 85cb48baf157d799ec37a2b228a15ef3a7873ece (patch) | |
tree | a26dda8fe8c3e591ac0606d45b3e9f6ebdee422b | |
parent | 1ecdd09d83f3ab970c40cd793bea2feeac0b638b (diff) | |
download | tk-85cb48baf157d799ec37a2b228a15ef3a7873ece.zip tk-85cb48baf157d799ec37a2b228a15ef3a7873ece.tar.gz tk-85cb48baf157d799ec37a2b228a15ef3a7873ece.tar.bz2 |
winDialog-5.7 should be knownBug, not winDialog-5.9
-rw-r--r-- | tests/winDialog.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/winDialog.test b/tests/winDialog.test index 3285a4c..abf9af3 100644 --- a/tests/winDialog.test +++ b/tests/winDialog.test @@ -229,7 +229,7 @@ test winDialog-5.6 {GetFileName: valid option, but missing value} -constraints { tk_getOpenFile -initialdir bar -title } -returnCodes error -result {value for "-title" missing} test winDialog-5.7 {GetFileName: extension begins with .} -constraints { - nt testwinevent + nt testwinevent knownBug } -body { # if (string[0] == '.') { # string++; @@ -253,7 +253,7 @@ test winDialog-5.8 {GetFileName: extension doesn't begin with .} -constraints { string totitle $x } -result [string totitle [file join [pwd] bar.foo]] test winDialog-5.9 {GetFileName: file types} -constraints { - nt testwinevent knownBug + nt testwinevent } -body { # case FILE_TYPES: |