summaryrefslogtreecommitdiffstats
path: root/tests/grid.test
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2007-03-08 20:30:46 (GMT)
committerjenglish <jenglish@flightlab.com>2007-03-08 20:30:46 (GMT)
commit30ada06cf24bb0fc3068732d09f95ba6b706073d (patch)
tree8efe4ec33870c5cbe9cd63f0d9f750768f8ab1ae /tests/grid.test
parentd250337943e05b2476890c7855fa428fb12a29b4 (diff)
downloadtk-30ada06cf24bb0fc3068732d09f95ba6b706073d.zip
tk-30ada06cf24bb0fc3068732d09f95ba6b706073d.tar.gz
tk-30ada06cf24bb0fc3068732d09f95ba6b706073d.tar.bz2
test grid-21.7: Remove 'pack propagate . 0' call,
which was causing cascading failures in subsequent tests [Bug 1676770].
Diffstat (limited to 'tests/grid.test')
-rw-r--r--tests/grid.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/grid.test b/tests/grid.test
index 0bdcf58..6d6af85 100644
--- a/tests/grid.test
+++ b/tests/grid.test
@@ -5,7 +5,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: grid.test,v 1.29 2007/02/25 04:30:31 pspjuth Exp $
+# RCS: @(#) $Id: grid.test,v 1.30 2007/03/08 20:30:47 jenglish Exp $
package require tcltest 2.1
eval tcltest::configure $argv
@@ -1935,7 +1935,6 @@ test grid-21.7 {anchor} {
frame .$i -bg gray -width 75 -height 50 -bd 2 -relief ridge
grid .$i -in .f -row $i -column $i -sticky nswe
}
- pack propagate . 0
grid propagate .f 0
. configure -width 300 -height 250