diff options
author | fvogel <fvogelnew1@free.fr> | 2022-11-11 09:27:48 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2022-11-11 09:27:48 (GMT) |
commit | 59f316038f774d1f724103dfff16ec1c50cd209b (patch) | |
tree | 6ed1bb547abd29d00e090e8e7f188755226525b5 /tests/grid.test | |
parent | b34637a566da5d4411c69bb1d2ad8e0bcfa8123a (diff) | |
parent | 995f62ce17e6b3340c09503b62ceda0ba673a4ad (diff) | |
download | tk-59f316038f774d1f724103dfff16ec1c50cd209b.zip tk-59f316038f774d1f724103dfff16ec1c50cd209b.tar.gz tk-59f316038f774d1f724103dfff16ec1c50cd209b.tar.bz2 |
merge core-8-6-branch, except the changes file which has conflicts.
Diffstat (limited to 'tests/grid.test')
-rw-r--r-- | tests/grid.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/grid.test b/tests/grid.test index 627b4e7..27df602 100644 --- a/tests/grid.test +++ b/tests/grid.test @@ -366,9 +366,7 @@ test grid-6.8 {location (weights)} -body { } -cleanup { grid_reset 6.8 } -result {{-10->-1 -1} {0->0 0} {16->0 1} {201->1 1}} -test grid-6.9 {location: check updates pending} -constraints { - nonPortable -} -body { +test grid-6.9 {location: check updates pending} -body { set a "" foreach i {0 1 2} { frame .$i -width 120 -height 75 -bg red |