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/embed.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/embed.test')
-rw-r--r-- | tests/embed.test | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/embed.test b/tests/embed.test index db486f0..79f47b2 100644 --- a/tests/embed.test +++ b/tests/embed.test @@ -4,7 +4,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: embed.test,v 1.5 2008/08/12 22:52:23 aniap Exp $ +# RCS: @(#) $Id: embed.test,v 1.6 2008/12/19 15:33:40 dgp Exp $ package require tcltest 2.2 namespace import ::tcltest::* @@ -38,7 +38,7 @@ test embed-1.3 {CreateFrame procedure, both -use and -container is invalid} -set } -returnCodes error -result {A window cannot have both the -use and the -container option set.} # testing window embedding for win platforms -test embed-1.4 {TkpUseWindow procedure, -container must be set} -constraints { +test embed-1.4.win {TkpUseWindow procedure, -container must be set} -constraints { win } -setup { deleteWindows @@ -49,7 +49,7 @@ test embed-1.4 {TkpUseWindow procedure, -container must be set} -constraints { deleteWindows } -returnCodes error -result {the window to use is not a Tk container} # testing window embedding for win platforms -test embed-1.5 {TkpUseWindow procedure, -container must be set} -constraints { +test embed-1.5.win {TkpUseWindow procedure, -container must be set} -constraints { win } -setup { deleteWindows @@ -61,7 +61,7 @@ test embed-1.5 {TkpUseWindow procedure, -container must be set} -constraints { } -returnCodes error -result {the window to use is not a Tk container} # testing window embedding for other than win platforms -test embed-1.5 {TkpUseWindow procedure, -container must be set} -constraints { +test embed-1.4.nonwin {TkpUseWindow procedure, -container must be set} -constraints { nonwin } -setup { deleteWindows @@ -72,7 +72,7 @@ test embed-1.5 {TkpUseWindow procedure, -container must be set} -constraints { deleteWindows } -returnCodes error -result {window ".container" doesn't have -container option set} # testing window embedding for other than win platforms -test embed-1.6 {TkpUseWindow procedure, -container must be set} -constraints { +test embed-1.5.nonwin {TkpUseWindow procedure, -container must be set} -constraints { nonwin } -setup { deleteWindows |