diff options
Diffstat (limited to 'tests/packgrid.test')
| -rw-r--r-- | tests/packgrid.test | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/packgrid.test b/tests/packgrid.test index db49f60..63e5b86 100644 --- a/tests/packgrid.test +++ b/tests/packgrid.test @@ -22,7 +22,7 @@ test packgrid-1.1 {pack and grid in same container window} -setup { } -returnCodes error -cleanup { destroy .p destroy .g -} -result {cannot use geometry manager pack inside . because grid is already managing it's content windows} +} -result {cannot use geometry manager "pack" inside ".": grid is already managing its content windows} test packgrid-1.2 {pack and grid in same container window} -setup { grid propagate . true @@ -36,7 +36,7 @@ test packgrid-1.2 {pack and grid in same container window} -setup { } -returnCodes error -cleanup { destroy .p destroy .g -} -result {cannot use geometry manager grid inside . because pack is already managing it's content windows} +} -result {cannot use geometry manager "grid" inside ".": pack is already managing its content windows} test packgrid-1.3 {pack and grid in same container window} -setup { grid propagate . false @@ -137,7 +137,7 @@ test packgrid-2.1 {pack and grid in same container window, change propagation} - } -returnCodes error -cleanup { destroy .p destroy .g -} -result {cannot use geometry manager grid inside . because pack is already managing it's content windows} +} -result {cannot use geometry manager "grid" inside ".": pack is already managing its content windows} test packgrid-2.2 {pack and grid in same container window, change propagation} -setup { grid propagate . true @@ -153,7 +153,7 @@ test packgrid-2.2 {pack and grid in same container window, change propagation} - destroy .p update destroy .g -} -result {cannot use geometry manager pack inside . because grid is already managing it's content windows} +} -result {cannot use geometry manager "pack" inside ".": grid is already managing its content windows} test packgrid-2.3 {pack and grid in same container window, change propagation} -setup { grid propagate . false @@ -170,7 +170,7 @@ test packgrid-2.3 {pack and grid in same container window, change propagation} - } -returnCodes error -cleanup { destroy .p destroy .g -} -result {cannot use geometry manager pack inside . because grid is already managing it's content windows} +} -result {cannot use geometry manager "pack" inside ".": grid is already managing its content windows} test packgrid-2.4 {pack and grid in same container window, change propagation} -setup { grid propagate . false @@ -186,7 +186,7 @@ test packgrid-2.4 {pack and grid in same container window, change propagation} - } -returnCodes error -cleanup { destroy .p destroy .g -} -result {cannot use geometry manager grid inside . because pack is already managing it's content windows} +} -result {cannot use geometry manager "grid" inside ".": pack is already managing its content windows} test packgrid-3.1 {stealing content} -setup { grid propagate . true @@ -229,7 +229,7 @@ test packgrid-3.3 {stealing content} -setup { } -returnCodes error -cleanup { destroy .p destroy .g -} -result {cannot use geometry manager pack inside . because grid is already managing it's content windows} +} -result {cannot use geometry manager "pack" inside ".": grid is already managing its content windows} test packgrid-3.4 {stealing content} -setup { grid propagate . true @@ -244,7 +244,7 @@ test packgrid-3.4 {stealing content} -setup { } -returnCodes error -cleanup { destroy .p destroy .g -} -result {cannot use geometry manager grid inside . because pack is already managing it's content windows} +} -result {cannot use geometry manager "grid" inside ".": pack is already managing its content windows} test packgrid-4.1 {content stolen after container destruction - bug [aa7679685e]} -setup { frame .f |
