diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-09 13:36:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-09 13:36:31 (GMT) |
commit | 30d9c25e9f393b7873e9b4c0c044caa681b39d1d (patch) | |
tree | a33d62f06f5387c9b4ebe18ee6b3888fb44649ca | |
parent | 9dfb62d45d29b6eef7a298530bc334f5353aa874 (diff) | |
parent | 5db3f7a4246db4c863cc5265ced495beadec052d (diff) | |
download | tk-30d9c25e9f393b7873e9b4c0c044caa681b39d1d.zip tk-30d9c25e9f393b7873e9b4c0c044caa681b39d1d.tar.gz tk-30d9c25e9f393b7873e9b4c0c044caa681b39d1d.tar.bz2 |
Constrain tests presumed to improperly demand user interaction.
-rw-r--r-- | tests/winDialog.test | 6 |
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 { |