diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-06 15:43:59 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-06 15:43:59 (GMT) |
commit | 44f33f818f8d5a9716f4e3277703f2f9beb8796f (patch) | |
tree | 8fb600423d336b117ae3f53be91e3f1850098dfb /tests/spinbox.test | |
parent | d2ab1fe96fa2eeb20d0bce978ec1242ecd06d0f6 (diff) | |
parent | ed825e13f3d05988eacdfaf8e978377149b9302b (diff) | |
download | tk-44f33f818f8d5a9716f4e3277703f2f9beb8796f.zip tk-44f33f818f8d5a9716f4e3277703f2f9beb8796f.tar.gz tk-44f33f818f8d5a9716f4e3277703f2f9beb8796f.tar.bz2 |
Merge 8.7
Diffstat (limited to 'tests/spinbox.test')
-rw-r--r-- | tests/spinbox.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spinbox.test b/tests/spinbox.test index 88cdc3c..88294b2 100644 --- a/tests/spinbox.test +++ b/tests/spinbox.test @@ -714,7 +714,7 @@ test spinbox-1.61 {configuration option: "repeatinterval"} -setup { .e cget -repeatinterval } -cleanup { destroy .e -} -result {-500} +} -result -500 test spinbox-1.62 {configuration option: "repeatinterval" for spinbox} -setup { spinbox .e -borderwidth 2 -highlightthickness 2 -font {Helvetica -12} \ -relief sunken |