From 8ff3ea925fa43a51510ddd041087e54cc37962f8 Mon Sep 17 00:00:00 2001 From: fvogel Date: Thu, 2 Aug 2012 07:05:55 +0000 Subject: Fixed [Bug 3553311]: Test spinbox-3.70 failed --- ChangeLog | 4 ++++ tests/spinbox.test | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ff43dfb..c7af41e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-08-02 Francois Vogel + + * tests/spinbox.test: [Bug 3553311]: Test spinbox-3.70 failed + 2012-07-31 Donal K. Fellows * unix/tkUnixKey.c (TkpSetKeycodeAndState, TkpInitKeymapInfo) diff --git a/tests/spinbox.test b/tests/spinbox.test index 0fe1c33..430e176 100644 --- a/tests/spinbox.test +++ b/tests/spinbox.test @@ -463,7 +463,7 @@ test spinbox-3.69 {SpinboxWidgetCmd procedure, "xview" widget command} { test spinbox-3.70 {SpinboxWidgetCmd procedure, "xview" widget command} { .e xview moveto 0.5 format {%.6f %.6f} {*}[.e xview] -} {0.505376 0.72043} +} {0.505376 0.720430} test spinbox-3.71 {SpinboxWidgetCmd procedure, "xview" widget command} { list [catch {.e xview scroll 24} msg] $msg } {1 {wrong # args: should be ".e xview scroll number units|pages"}} -- cgit v0.12