summaryrefslogtreecommitdiffstats
path: root/tests/grid.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2019-04-07 08:55:49 (GMT)
committerfvogel <fvogelnew1@free.fr>2019-04-07 08:55:49 (GMT)
commit6d05e1f676a2aa3a7a45208a54d2d27d94435628 (patch)
treec80f88b9b691efab2931cee5a874faabdaf8f3f6 /tests/grid.test
parent5b611a83196ff439230e3d7f59a0d348531bb1ba (diff)
parent59e0409cb2997484da56b29e366e5d0d4632bee8 (diff)
downloadtk-6d05e1f676a2aa3a7a45208a54d2d27d94435628.zip
tk-6d05e1f676a2aa3a7a45208a54d2d27d94435628.tar.gz
tk-6d05e1f676a2aa3a7a45208a54d2d27d94435628.tar.bz2
Better test descriptions for the new tests in grid.test
Diffstat (limited to 'tests/grid.test')
-rw-r--r--tests/grid.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/grid.test b/tests/grid.test
index c22fe24..53f8be5 100644
--- a/tests/grid.test
+++ b/tests/grid.test
@@ -193,13 +193,13 @@ test grid-3.9 {configure: basic argument checking} -body {
} -cleanup {
grid_reset 3.9
} -returnCodes error -result {invalid window shortcut, "y" should be '-', 'x', or '^'}
-test grid-3.10 {configure: basic argument checking} -body {
+test grid-3.10 {ConfigureSlave procedure, bad -in option} -body {
frame .f
grid .f -in .f
} -cleanup {
grid_reset 3.10
} -returnCodes error -result {window can't be managed in itself}
-test grid-3.11 {configure: basic argument checking} -body {
+test grid-3.11 {prevent management loops} -body {
frame .f1
frame .f2
grid .f1 -in .f2
@@ -207,7 +207,7 @@ test grid-3.11 {configure: basic argument checking} -body {
} -cleanup {
grid_reset 3.11
} -returnCodes error -result {can't put .f2 inside .f1, would cause management loop}
-test grid-3.12 {configure: basic argument checking} -body {
+test grid-3.12 {prevent management loops} -body {
frame .f1
frame .f2
frame .f3