summaryrefslogtreecommitdiffstats
path: root/tests/treectrl.test
diff options
context:
space:
mode:
authortreectrl <treectrl>2005-06-03 02:39:58 (GMT)
committertreectrl <treectrl>2005-06-03 02:39:58 (GMT)
commit3c158624b35cb5a1384ca236190f27a5383bac8e (patch)
treea76e3f99538f34e3d653d256e2cc603ad8996616 /tests/treectrl.test
parentaa198e608e5d936064a687aaa278eab7bbce5770 (diff)
downloadtktreectrl-3c158624b35cb5a1384ca236190f27a5383bac8e.zip
tktreectrl-3c158624b35cb5a1384ca236190f27a5383bac8e.tar.gz
tktreectrl-3c158624b35cb5a1384ca236190f27a5383bac8e.tar.bz2
Fixed some tests.
Diffstat (limited to 'tests/treectrl.test')
-rw-r--r--tests/treectrl.test4
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