diff options
author | andreask <andreask> | 2012-10-09 17:50:15 (GMT) |
---|---|---|
committer | andreask <andreask> | 2012-10-09 17:50:15 (GMT) |
commit | 663cd4a9093a1519354e9da6a20b0ad8ecbee581 (patch) | |
tree | 8c4ff9efeac2d6f97828293ce8d4a1791c9f3476 | |
parent | a277e9a5dd037aaa69e9753413d3448b44345537 (diff) | |
parent | b63a702f4c53df28bf7bf0aa0a36fd90f223e14c (diff) | |
download | tk-663cd4a9093a1519354e9da6a20b0ad8ecbee581.zip tk-663cd4a9093a1519354e9da6a20b0ad8ecbee581.tar.gz tk-663cd4a9093a1519354e9da6a20b0ad8ecbee581.tar.bz2 |
Pull unintentional core-8-5-branch fork back together.
-rw-r--r-- | tests/dialog.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dialog.test b/tests/dialog.test index f47296e..538461b 100644 --- a/tests/dialog.test +++ b/tests/dialog.test @@ -12,10 +12,10 @@ test dialog-1.2 {tk_dialog command} { list [catch {tk_dialog foo foo foo foo foo} msg] $msg } {1 {bad window path name "foo"}} test dialog-1.3 {tk_dialog command} { - set res [list [catch {tk_dialog .d foo foo foo foo} msg] $msg] + set res [list [catch {tk_dialog .d foo foo fooBitmap foo} msg] $msg] destroy .d set res -} {1 {bitmap "foo" not defined}} +} {1 {bitmap "fooBitmap" not defined}} proc PressButton {btn} { if {![winfo ismapped $btn]} { |