diff options
author | hobbs <hobbs@noemail.net> | 2002-10-08 20:21:23 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2002-10-08 20:21:23 (GMT) |
commit | 3333edf5e07dad35bd302903c438cf37a4508533 (patch) | |
tree | 3166c5c67b15e2865f0871b84a8fafec825add24 /tests | |
parent | 118b4f7206ad727de6542c664026c70baffb57f4 (diff) | |
download | tk-3333edf5e07dad35bd302903c438cf37a4508533.zip tk-3333edf5e07dad35bd302903c438cf37a4508533.tar.gz tk-3333edf5e07dad35bd302903c438cf37a4508533.tar.bz2 |
* tests/winButton.test: add option clear to top to prevent option
leakage from other tests causing problems. [Bug #582382]
FossilOrigin-Name: e973c1836f2936e0af6433af651f025af9613038
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 |