diff options
author | andreask <andreask> | 2012-10-09 17:50:15 (GMT) |
---|---|---|
committer | andreask <andreask> | 2012-10-09 17:50:15 (GMT) |
commit | 6feba54b7a658126ae685bda5aaad59e7610147b (patch) | |
tree | 8c4ff9efeac2d6f97828293ce8d4a1791c9f3476 | |
parent | 9f45999a7ce0b26eaa1d5a9dcdd94317b16392f8 (diff) | |
parent | 3ea9ef64264f0454517511a02a160ec7ec603229 (diff) | |
download | tk-6feba54b7a658126ae685bda5aaad59e7610147b.zip tk-6feba54b7a658126ae685bda5aaad59e7610147b.tar.gz tk-6feba54b7a658126ae685bda5aaad59e7610147b.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]} { |