summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2012-08-02 07:05:55 (GMT)
committerfvogel <fvogelnew1@free.fr>2012-08-02 07:05:55 (GMT)
commitf2e4885a4111bc9a6152317374b1f61ce9888b98 (patch)
tree741ca76938a0eee2a8ed586623bf28756320ff97
parent5c28ad6e3066669cbf7a9bf5d861b1323839ce38 (diff)
downloadtk-f2e4885a4111bc9a6152317374b1f61ce9888b98.zip
tk-f2e4885a4111bc9a6152317374b1f61ce9888b98.tar.gz
tk-f2e4885a4111bc9a6152317374b1f61ce9888b98.tar.bz2
Fixed [Bug 3553311]: Test spinbox-3.70 failed
-rw-r--r--ChangeLog4
-rw-r--r--tests/spinbox.test2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff43dfb..c7af41e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-02 Francois Vogel <fvogelnew1@free.fr>
+
+ * tests/spinbox.test: [Bug 3553311]: Test spinbox-3.70 failed
+
2012-07-31 Donal K. Fellows <dkf@users.sf.net>
* 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"}}