diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-09 13:29:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-09 13:29:08 (GMT) |
commit | 5db3f7a4246db4c863cc5265ced495beadec052d (patch) | |
tree | 3a102f3e6725874e4b0d244a59eee685b79d815d /tests | |
parent | 7a9728f81b02f84b4d10e87ae7cfde37f65e9e79 (diff) | |
download | tk-5db3f7a4246db4c863cc5265ced495beadec052d.zip tk-5db3f7a4246db4c863cc5265ced495beadec052d.tar.gz tk-5db3f7a4246db4c863cc5265ced495beadec052d.tar.bz2 |
Constrain tests that improperly demand user interaction.
Diffstat (limited to 'tests')
-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 d340aee..80eb297 100644 --- a/tests/winDialog.test +++ b/tests/winDialog.test @@ -197,7 +197,7 @@ test winDialog-5.6 {GetFileName: Tcl_GetIndexFromObj() == TCL_OK} {nt testwineve test winDialog-5.7 {GetFileName: valid option, but missing value} {nt} { list [catch {tk_getOpenFile -initialdir bar -title} msg] $msg } {1 {value for "-title" missing}} -test winDialog-5.8 {GetFileName: extension begins with .} {nt testwinevent} { +test winDialog-5.8 {GetFileName: extension begins with .} {nt testwinevent knownBug} { # if (string[0] == '.') { # string++; # } @@ -209,7 +209,7 @@ test winDialog-5.8 {GetFileName: extension begins with .} {nt testwinevent} { } string totitle $x } [string totitle [file join [pwd] bar.foo]] -test winDialog-5.9 {GetFileName: extension doesn't begin with .} {nt testwinevent} { +test winDialog-5.9 {GetFileName: extension doesn't begin with .} {nt testwinevent knownBug} { start {set x [tk_getSaveFile -defaultextension foo -title Save]} then { SetText 0x480 bar @@ -342,7 +342,7 @@ test winDialog-5.23 {GetFileName: call GetSaveFileName} {nt testwinevent english set x } {&Save} if {[info exists ::env(TEMP)]} { -test winDialog-5.24 {GetFileName: convert \ to /} {nt testwinevent} { +test winDialog-5.24 {GetFileName: convert \ to /} {nt testwinevent knownBug} { start {set x [tk_getSaveFile -title Back]} then { SetText 0x480 [file nativename \ |