summaryrefslogtreecommitdiffstats
path: root/tests/listbox.test
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-09-01 00:51:11 (GMT)
committerhobbs <hobbs>2001-09-01 00:51:11 (GMT)
commit7a8027f2e837745684cb6bb0b8eb279b19ccf6c3 (patch)
tree9a4b51f7613644445ea033018711d29877ed5b65 /tests/listbox.test
parent54ed33367d070a9895c998213e96a8f3f17b8d80 (diff)
downloadtk-7a8027f2e837745684cb6bb0b8eb279b19ccf6c3.zip
tk-7a8027f2e837745684cb6bb0b8eb279b19ccf6c3.tar.gz
tk-7a8027f2e837745684cb6bb0b8eb279b19ccf6c3.tar.bz2
fixed test numbering
Diffstat (limited to 'tests/listbox.test')
-rw-r--r--tests/listbox.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/listbox.test b/tests/listbox.test
index 2ad99f5..acd4da3 100644
--- a/tests/listbox.test
+++ b/tests/listbox.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: listbox.test,v 1.15 2001/07/03 00:57:44 hobbs Exp $
+# RCS: @(#) $Id: listbox.test,v 1.16 2001/09/01 00:51:11 hobbs Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
source [file join [pwd] [file dirname [info script]] defs.tcl]
@@ -1997,7 +1997,7 @@ foreach test {
} [list [lindex $test 2] [lindex $test 2]]
incr i
if {[lindex $test 3] != ""} {
- test listbox-1.$i {configuration options} {
+ test listbox-23.$i {configuration options} {
list [catch {.l configure $name [lindex $test 3]} msg] $msg
} [list 1 [lindex $test 4]]
}