diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-06-17 22:38:55 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-06-17 22:38:55 (GMT) |
commit | 3a793e8cc235c1588effec14e77b5564be619884 (patch) | |
tree | 6b824bed75789a3a95889126d5c52a7d76e579af /tests/window.test | |
parent | 44695e4e926e434566247302ac6939d0dded0951 (diff) | |
download | tk-3a793e8cc235c1588effec14e77b5564be619884.zip tk-3a793e8cc235c1588effec14e77b5564be619884.tar.gz tk-3a793e8cc235c1588effec14e77b5564be619884.tar.bz2 |
Steps towards systematization of test constraints in Tk test suite
Diffstat (limited to 'tests/window.test')
-rw-r--r-- | tests/window.test | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/window.test b/tests/window.test index 1bdcd6f..6b7908f 100644 --- a/tests/window.test +++ b/tests/window.test @@ -5,7 +5,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: window.test,v 1.10 2004/05/23 17:34:50 dkf Exp $ +# RCS: @(#) $Id: window.test,v 1.11 2004/06/17 22:38:57 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -245,9 +245,6 @@ test window-2.11 {Tk_DestroyWindow, don't reanimate a half-dead window} \ list $error $msg } {0 YES} -# Some tests require the testmenubar command -testConstraint testmenubar [llength [info commands testmenubar]] - test window-3.1 {Tk_MakeWindowExist procedure, stacking order and menubars} \ {unixOnly testmenubar} { catch {destroy .t} |