diff options
author | hobbs <hobbs> | 2002-10-08 20:21:23 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-10-08 20:21:23 (GMT) |
commit | 54ae73e79bdd054951f4c11806f19235d55ca7bd (patch) | |
tree | 3166c5c67b15e2865f0871b84a8fafec825add24 /tests | |
parent | 74629e1ab8279ba3a03298c325fd2800c98e47b9 (diff) | |
download | tk-54ae73e79bdd054951f4c11806f19235d55ca7bd.zip tk-54ae73e79bdd054951f4c11806f19235d55ca7bd.tar.gz tk-54ae73e79bdd054951f4c11806f19235d55ca7bd.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 |