summaryrefslogtreecommitdiffstats
path: root/tests/frame.test
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2004-06-24 12:45:41 (GMT)
committerdkf <dkf@noemail.net>2004-06-24 12:45:41 (GMT)
commitf60c6bc5ddec9535497d05727d84ff5ac0c5d6eb (patch)
tree247a6f8a357677371ada6b20a07faf589614debb /tests/frame.test
parente2cf3e0e149891716c8c65f399738958e6ac3ee0 (diff)
downloadtk-f60c6bc5ddec9535497d05727d84ff5ac0c5d6eb.zip
tk-f60c6bc5ddec9535497d05727d84ff5ac0c5d6eb.tar.gz
tk-f60c6bc5ddec9535497d05727d84ff5ac0c5d6eb.tar.bz2
Use standard constraint names
FossilOrigin-Name: b68974466ed32e033503df6749aeba87a041e4f6
Diffstat (limited to 'tests/frame.test')
-rw-r--r--tests/frame.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/frame.test b/tests/frame.test
index ab50de5..f43655f 100644
--- a/tests/frame.test
+++ b/tests/frame.test
@@ -7,7 +7,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: frame.test,v 1.13 2004/06/17 22:38:57 dkf Exp $
+# RCS: @(#) $Id: frame.test,v 1.14 2004/06/24 12:45:43 dkf Exp $
package require tcltest 2.1
eval tcltest::configure $argv
@@ -313,7 +313,7 @@ test frame-3.8 {TkCreateFrame procedure} {
test frame-3.9 {TkCreateFrame procedure, -use option} -setup {
catch {destroy .t}
catch {destroy .x}
-} -constraints unixOnly -body {
+} -constraints unix -body {
toplevel .t -container 1 -width 300 -height 120
wm geometry .t +0+0
toplevel .x -width 140 -height 300 -use [winfo id .t] -bg green
@@ -327,7 +327,7 @@ test frame-3.9 {TkCreateFrame procedure, -use option} -setup {
test frame-3.10 {TkCreateFrame procedure, -use option} -setup {
catch {destroy .t}
catch {destroy .x}
-} -constraints unixOnly -body {
+} -constraints unix -body {
toplevel .t -container 1 -width 300 -height 120
wm geometry .t +0+0
option add *x.use [winfo id .t]
@@ -386,7 +386,7 @@ test frame-3.14 {TkCreateFrame procedure} {defaultPseudocolor8 nonPortable} {
test frame-3.15 {TkCreateFrame procedure, -use and -colormap} -setup {
catch {destroy .t}
catch {destroy .x}
-} -constraints {defaultPseudocolor8 unixOnly nonPortable} -body {
+} -constraints {defaultPseudocolor8 unix nonPortable} -body {
toplevel .t -container 1 -width 300 -height 120
wm geometry .t +0+0
toplevel .x -width 140 -height 300 -use [winfo id .t] -bg green -colormap new