summaryrefslogtreecommitdiffstats
path: root/tests/button.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/button.test')
-rw-r--r--tests/button.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/button.test b/tests/button.test
index 00ef076..9ff7f3a 100644
--- a/tests/button.test
+++ b/tests/button.test
@@ -3368,7 +3368,7 @@ test button-5.17 {ConfigureButton - -width option} -body {
} -cleanup {
destroy .b
} -result {expected integer but got "1i"
- (processing -width option)
+ (processing "-width" option)
invoked from within
".b configure -width 1i"}
test button-5.18 {ConfigureButton - -height option} -body {
@@ -3384,7 +3384,7 @@ test button-5.19 {ConfigureButton - -height option} -body {
} -cleanup {
destroy .b
} -result {expected integer but got "0.5c"
- (processing -height option)
+ (processing "-height" option)
invoked from within
".b configure -height 0.5c"}
#ex 6.16
@@ -3401,7 +3401,7 @@ test button-5.21 {ConfigureButton - -width option} -body {
} -cleanup {
destroy .b
} -result {expected screen distance but got "abc"
- (processing -width option)
+ (processing "-width" option)
invoked from within
".b configure -width abc"}
test button-5.22 {ConfigureButton - -height option} -constraints {
@@ -3428,7 +3428,7 @@ test button-5.23 {ConfigureButton - -height option} -constraints {
destroy .b
image delete image1
} -result {expected screen distance but got "0.5x"
- (processing -height option)
+ (processing "-height" option)
invoked from within
".b configure -height 0.5x"}
#ex 6.18