diff options
author | hobbs <hobbs> | 2002-10-08 20:21:23 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-10-08 20:21:23 (GMT) |
commit | 2d2012cf595dea6a5ee8530c48b592a0d285fb46 (patch) | |
tree | 3166c5c67b15e2865f0871b84a8fafec825add24 /tests | |
parent | a3f39e96ca857d6194660fbe99ec36179a887151 (diff) | |
download | tk-2d2012cf595dea6a5ee8530c48b592a0d285fb46.zip tk-2d2012cf595dea6a5ee8530c48b592a0d285fb46.tar.gz tk-2d2012cf595dea6a5ee8530c48b592a0d285fb46.tar.bz2 |
* tests/winButton.test: add option clear to top to prevent option
leakage from other tests causing problems. [Bug #582382]
Diffstat (limited to 'tests')
-rw-r--r-- | tests/winButton.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/winButton.test b/tests/winButton.test index 5e6214c..eb9373d 100644 --- a/tests/winButton.test +++ b/tests/winButton.test @@ -8,7 +8,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: winButton.test,v 1.8 2002/07/13 20:28:36 dgp Exp $ +# RCS: @(#) $Id: winButton.test,v 1.9 2002/10/08 20:21:23 hobbs Exp $ package require tcltest 2.1 namespace import -force tcltest::configure @@ -22,7 +22,7 @@ proc bogusTrace args { } catch {unset value} catch {unset value2} - +option clear eval image delete [image names] if {[testConstraint testImageType]} { image create test image1 |