summaryrefslogtreecommitdiffstats
path: root/tests/textTag.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-12-04 00:04:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-12-04 00:04:22 (GMT)
commit1c57688379d64ca677ffca741a57b7033a317b1e (patch)
tree5fad790e8125f78d340ac378796278500e909848 /tests/textTag.test
parent985a1f03d9d2cd2596408671ce50adc009ea8aeb (diff)
downloadtk-1c57688379d64ca677ffca741a57b7033a317b1e.zip
tk-1c57688379d64ca677ffca741a57b7033a317b1e.tar.gz
tk-1c57688379d64ca677ffca741a57b7033a317b1e.tar.bz2
Split duplicate test names [Bug 1078648]
Diffstat (limited to 'tests/textTag.test')
-rw-r--r--tests/textTag.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/textTag.test b/tests/textTag.test
index b3ef1fc..ac5101a 100644
--- a/tests/textTag.test
+++ b/tests/textTag.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: textTag.test,v 1.11 2004/06/17 22:38:57 dkf Exp $
+# RCS: @(#) $Id: textTag.test,v 1.12 2004/12/04 00:04:42 dkf Exp $
package require tcltest 2.1
eval tcltest::configure $argv
@@ -183,7 +183,7 @@ test textTag-3.7 {TkTextTagCmd - "bind" option} haveCourier12 {
.t tag bind x <Enter>
} {script1
script2}
-test textTag-3.7 {TkTextTagCmd - "bind" option} haveCourier12 {
+test textTag-3.7a {TkTextTagCmd - "bind" option} haveCourier12 {
.t tag delete x
list [catch {.t tag bind x <Enter>} msg] $msg
} {0 {}}