summaryrefslogtreecommitdiffstats
path: root/tests/text.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-12-19 15:33:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-12-19 15:33:40 (GMT)
commit7e4910d2ad9549b5df3aff16f1800b9f4236a851 (patch)
treed015404895e1a27b85dc0b7a8cdae555589e2924 /tests/text.test
parent8b462de33719b5d59331442fe7eaec476d374b1d (diff)
downloadtk-7e4910d2ad9549b5df3aff16f1800b9f4236a851.zip
tk-7e4910d2ad9549b5df3aff16f1800b9f4236a851.tar.gz
tk-7e4910d2ad9549b5df3aff16f1800b9f4236a851.tar.bz2
* tests/clrpick.test: Eliminate duplicate test names.
* tests/embed.test: * tests/text.test: * tests/textMark.test:
Diffstat (limited to 'tests/text.test')
-rw-r--r--tests/text.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/text.test b/tests/text.test
index 896a997..8fd077d 100644
--- a/tests/text.test
+++ b/tests/text.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: text.test,v 1.53 2008/12/06 10:48:29 dkf Exp $
+# RCS: @(#) $Id: text.test,v 1.54 2008/12/19 15:33:40 dgp Exp $
package require tcltest 2.2
eval tcltest::configure $argv
@@ -811,7 +811,7 @@ test text-1.83 {text options} -setup {
} -cleanup {
destroy .t
} -result {-yscrollcommand yScrollCommand ScrollCommand {} {test command}}
-test text-1.83 {configuration option: "insertunfocussed"} -setup {
+test text-1.83.1 {configuration option: "insertunfocussed"} -setup {
text .t -borderwidth 2 -highlightthickness 2 -font {Courier -12 bold}
pack .t
update