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/unixWm.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/unixWm.test')
-rw-r--r-- | tests/unixWm.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test index 9d9e02e..05f0bb5 100644 --- a/tests/unixWm.test +++ b/tests/unixWm.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: unixWm.test,v 1.37 2004/06/16 20:03:19 jenglish Exp $ +# RCS: @(#) $Id: unixWm.test,v 1.38 2004/06/17 22:38:57 dkf Exp $ package require tcltest 2.2 eval tcltest::configure $argv @@ -414,8 +414,6 @@ test unixWm-9.5 {TkWmMapWindow procedure, normal windows} unix { winfo ismapped .t } {1} -testConstraint testmenubar [llength [info commands testmenubar]] - test unixWm-10.1 {TkWmDeadWindow procedure, canceling UpdateGeometry idle handler} unix { catch {destroy .t} toplevel .t -width 100 -height 50 |