summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-09 13:44:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-09 13:44:32 (GMT)
commit9ce1c91223f7eddccf9b4590dac636908f221614 (patch)
tree8df3fad3702932f7882f4db82676991626377221
parent1d363ed4a1a5c809c77c800c69b86bb92a627169 (diff)
parent1ecdd09d83f3ab970c40cd793bea2feeac0b638b (diff)
downloadtk-9ce1c91223f7eddccf9b4590dac636908f221614.zip
tk-9ce1c91223f7eddccf9b4590dac636908f221614.tar.gz
tk-9ce1c91223f7eddccf9b4590dac636908f221614.tar.bz2
merge trunk
-rw-r--r--tests/winDialog.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/winDialog.test b/tests/winDialog.test
index c092e76..3285a4c 100644
--- a/tests/winDialog.test
+++ b/tests/winDialog.test
@@ -243,7 +243,7 @@ test winDialog-5.7 {GetFileName: extension begins with .} -constraints {
string totitle $x
} -result [string totitle [file join [pwd] bar.foo]]
test winDialog-5.8 {GetFileName: extension doesn't begin with .} -constraints {
- nt testwinevent
+ nt testwinevent knownBug
} -body {
start {set x [tk_getSaveFile -defaultextension foo -title Save]}
then {
@@ -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
+ nt testwinevent knownBug
} -body {
# case FILE_TYPES:
@@ -409,7 +409,7 @@ test winDialog-5.22 {GetFileName: call GetSaveFileName} -constraints {
} -result {&Save}
if {[info exists ::env(TEMP)]} {
test winDialog-5.23 {GetFileName: convert \ to /} -constraints {
- nt testwinevent
+ nt testwinevent knownBug
} -body {
start {set x [tk_getSaveFile -title Back]}
then {