diff options
author | hobbs <hobbs> | 2000-03-02 21:52:24 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-03-02 21:52:24 (GMT) |
commit | 9521a71f90589b90b5506505a8c81b7cb198b96d (patch) | |
tree | d64e49d733925389d130957ffe45696b65aa128d /tests/canvas.test | |
parent | 99ad7ea580fa5e8a8b31feee30c6cbd6615b9ba7 (diff) | |
download | tk-9521a71f90589b90b5506505a8c81b7cb198b96d.zip tk-9521a71f90589b90b5506505a8c81b7cb198b96d.tar.gz tk-9521a71f90589b90b5506505a8c81b7cb198b96d.tar.bz2 |
* tests/config.test: extra test to check object cleanup when
destroying the widget
* tests/entry.test: added test suite for entry validation
Diffstat (limited to 'tests/canvas.test')
-rw-r--r-- | tests/canvas.test | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/canvas.test b/tests/canvas.test index 569dd6b..f02d404 100644 --- a/tests/canvas.test +++ b/tests/canvas.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: canvas.test,v 1.6 1999/12/14 06:53:12 hobbs Exp $ +# RCS: @(#) $Id: canvas.test,v 1.7 2000/03/02 21:52:25 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -355,16 +355,3 @@ test canvas-10.12 {multple events bound to same tag expr} { # cleanup ::tcltest::cleanupTests return - - - - - - - - - - - - - |