diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-05-19 21:19:51 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-05-19 21:19:51 (GMT) |
commit | 50de53fd6278537c78db3e9c0558a6c7bd82915f (patch) | |
tree | 1e014aea266b1bafabb73653baff4ba60b9c0ade /tests/textImage.test | |
parent | 4926ded3376b2238fc889db0e53a383c6164b941 (diff) | |
download | tk-50de53fd6278537c78db3e9c0558a6c7bd82915f.zip tk-50de53fd6278537c78db3e9c0558a6c7bd82915f.tar.gz tk-50de53fd6278537c78db3e9c0558a6c7bd82915f.tar.bz2 |
Fixed test suite breakage that I inadvertently introduced [Bug 739965]
Diffstat (limited to 'tests/textImage.test')
-rw-r--r-- | tests/textImage.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/textImage.test b/tests/textImage.test index 73b9dc9..30cd6b7 100644 --- a/tests/textImage.test +++ b/tests/textImage.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: textImage.test,v 1.6 2003/04/01 21:06:54 dgp Exp $ +# RCS: @(#) $Id: textImage.test,v 1.7 2003/05/19 21:19:52 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -32,7 +32,7 @@ test textImage-1.2 {basic argument checking} { text .t -font test_font -bd 0 -highlightthickness 0 -padx 0 -pady 0 pack .t list [catch {.t image c} msg] $msg -} {1 {bad image option "c": must be cget, configure, create, or names}} +} {1 {ambiguous option "c": must be cget, configure, create, or names}} test textImage-1.3 {cget argument checking} { catch {destroy .t} @@ -132,7 +132,7 @@ test textImage-1.14 {basic argument checking} { text .t -font test_font -bd 0 -highlightthickness 0 -padx 0 -pady 0 pack .t list [catch {.t image huh} msg] $msg -} {1 {bad image option "huh": must be cget, configure, create, or names}} +} {1 {bad option "huh": must be cget, configure, create, or names}} test textImage-1.15 {align argument checking} { catch { |