diff options
author | dgp <dgp@users.sourceforge.net> | 2008-12-19 15:33:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-12-19 15:33:40 (GMT) |
commit | 7e4910d2ad9549b5df3aff16f1800b9f4236a851 (patch) | |
tree | d015404895e1a27b85dc0b7a8cdae555589e2924 /tests/textMark.test | |
parent | 8b462de33719b5d59331442fe7eaec476d374b1d (diff) | |
download | tk-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/textMark.test')
-rw-r--r-- | tests/textMark.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/textMark.test b/tests/textMark.test index 9c61c40..62cab1b 100644 --- a/tests/textMark.test +++ b/tests/textMark.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: textMark.test,v 1.12 2008/12/06 09:51:55 dkf Exp $ +# RCS: @(#) $Id: textMark.test,v 1.13 2008/12/19 15:33:40 dgp Exp $ package require tcltest 2.2 namespace import ::tcltest::* @@ -114,7 +114,7 @@ test textMark-4.2 {TkTextMarkCmd - "unset" option} -body { .t mark unset a b .t index a } -returnCodes error -result {bad text index "a"} -test textMark-4.2 {TkTextMarkCmd - "unset" option} -body { +test textMark-4.2.1 {TkTextMarkCmd - "unset" option} -body { .t mark set a 1.2 .t mark set b 2.3 .t mark unset a b |