summaryrefslogtreecommitdiffstats
path: root/tests/clrpick.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/clrpick.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/clrpick.test')
-rw-r--r--tests/clrpick.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/clrpick.test b/tests/clrpick.test
index 0502a69..7a94b97 100644
--- a/tests/clrpick.test
+++ b/tests/clrpick.test
@@ -5,7 +5,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: clrpick.test,v 1.14 2008/08/15 01:10:03 aniap Exp $
+# RCS: @(#) $Id: clrpick.test,v 1.15 2008/12/19 15:33:40 dgp Exp $
#
package require tcltest 2.2
@@ -54,10 +54,10 @@ test clrpick-1.1 {tk_chooseColor command} -body {
test clrpick-1.2 {tk_chooseColor command } -body {
tk_chooseColor -initialcolor
} -returnCodes error -result {value for "-initialcolor" missing}
-test clrpick-1.2 {tk_chooseColor command } -body {
+test clrpick-1.2.1 {tk_chooseColor command } -body {
tk_chooseColor -parent
} -returnCodes error -result {value for "-parent" missing}
-test clrpick-1.2 {tk_chooseColor command } -body {
+test clrpick-1.2.2 {tk_chooseColor command } -body {
tk_chooseColor -title
} -returnCodes error -result {value for "-title" missing}