diff options
author | fvogel <fvogelnew1@free.fr> | 2022-11-30 20:06:43 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2022-11-30 20:06:43 (GMT) |
commit | 7e719847d750a89c086185071fb294dc2973465b (patch) | |
tree | 4602a71a32b7738c795d9cde7398c4588d3ffa9c /tests/grid.test | |
parent | 554d0aa0494b61453f72925c486910f879ab8d95 (diff) | |
download | tk-7e719847d750a89c086185071fb294dc2973465b.zip tk-7e719847d750a89c086185071fb294dc2973465b.tar.gz tk-7e719847d750a89c086185071fb294dc2973465b.tar.bz2 |
Reduce differences in the test suite between 8.6 and 8.7 by backporting cosmetic differences from 8.7.
Diffstat (limited to 'tests/grid.test')
-rw-r--r-- | tests/grid.test | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/tests/grid.test b/tests/grid.test index a668b45..4a03cff 100644 --- a/tests/grid.test +++ b/tests/grid.test @@ -387,12 +387,12 @@ test grid-7.2 {propagate} -body { grid propagate . } -cleanup { grid_reset 7.2 -} -result {1} +} -result 1 test grid-7.3 {propagate} -body { grid propagate . 0;grid propagate . } -cleanup { grid_reset 7.3 -} -result {0} +} -result 0 test grid-7.4 {propagate} -body { grid propagate .x } -cleanup { @@ -594,7 +594,7 @@ test grid-10.5 {column/row configure} -body { grid columnconfigure . 265 -weight } -cleanup { grid_reset 10.5 -} -result {0} +} -result 0 test grid-10.6 {column/row configure} -body { grid columnconfigure . 0 } -cleanup { @@ -620,7 +620,7 @@ test grid-10.10 {column/row configure} -body { grid columnconfigure . 0 -minsize } -cleanup { grid_reset 10.10 -} -result {10} +} -result 10 test grid-10.11 {column/row configure} -body { grid columnconfigure . 0 -weight bad } -cleanup { @@ -636,7 +636,7 @@ test grid-10.13 {column/row configure} -body { grid columnconfigure . 0 -weight } -cleanup { grid_reset 10.13 -} -result {3} +} -result 3 test grid-10.14 {column/row configure} -body { grid columnconfigure . 0 -pad foo } -cleanup { @@ -652,7 +652,7 @@ test grid-10.16 {column/row configure} -body { grid columnconfigure . 0 -pad } -cleanup { grid_reset 10.16 -} -result {3} +} -result 3 test grid-10.17 {column/row configure} -body { frame .f set a "" @@ -1823,7 +1823,6 @@ test grid-17.1 {forget and pending idle handlers} -body { set result ok } -result ok - test grid-18.1 {test respect for internalborder} -body { toplevel .pack wm geometry .pack 200x200 @@ -2038,7 +2037,7 @@ test grid-23 {grid configure -in leaked from previous container window - bug pack forget .f update winfo ismapped .t ; # must return 1 -} {1} +} 1 grid_reset 23 # cleanup |