diff options
author | dgp@users.sourceforge.net <dgp> | 2004-06-04 19:55:30 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2004-06-04 19:55:30 (GMT) |
commit | e9813b757feb4ed130fca1fee06a20953d0f92c3 (patch) | |
tree | 28f39ba178041db29b648993c4ee9fe8bf655c35 /tests/frame.test | |
parent | cb21b14adfd9b6e4f015d1d0acf252db71daea6a (diff) | |
download | tk-e9813b757feb4ed130fca1fee06a20953d0f92c3.zip tk-e9813b757feb4ed130fca1fee06a20953d0f92c3.tar.gz tk-e9813b757feb4ed130fca1fee06a20953d0f92c3.tar.bz2 |
* tests/filebox.test: A few typo corrections in dkf's recent
* tests/frame.test: style upgrade for the test suite.
* tests/select.test:
* tests/visual.test:
Diffstat (limited to 'tests/frame.test')
-rw-r--r-- | tests/frame.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/frame.test b/tests/frame.test index 41307fe..96ce0a4 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.10 2004/05/23 17:34:48 dkf Exp $ +# RCS: @(#) $Id: frame.test,v 1.11 2004/06/04 19:55:31 dgp Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -273,7 +273,7 @@ test frame-3.3 {TkCreateFrame procedure} -setup { .t configure -class } -cleanup { destroy .t -} {-class class Class Toplevel Toplevel} +} -result {-class class Class Toplevel Toplevel} test frame-3.4 {TkCreateFrame procedure} { catch {destroy .t} toplevel .t -width 350 -class NewClass -bg black -visual default -height 90 |