diff options
Diffstat (limited to 'tests/treectrl.test')
-rw-r--r-- | tests/treectrl.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/treectrl.test b/tests/treectrl.test index f51cc0c..b2f180b 100644 --- a/tests/treectrl.test +++ b/tests/treectrl.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: treectrl.test,v 1.25 2005/05/13 20:41:19 treectrl Exp $ +# RCS: @(#) $Id: treectrl.test,v 1.26 2005/06/03 02:39:59 treectrl Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -50,7 +50,7 @@ test treectrl-1.6 {configure: -background option} -body { test treectrl-1.7 {configure: invalid -backgroundmode option} -body { .t configure -backgroundmode foo -} -returnCodes error -result {bad backgroundmode "foo": must be column, index, row, or visindex} +} -returnCodes error -result {bad backgroundmode "foo": must be column, order, ordervisible, row, index, or visindex} test treectrl-1.8 {configure: -backgroundmode option} -body { .t configure -backgroundmode column |