summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2012-08-02 07:05:55 (GMT)
committerfvogel <fvogel@noemail.net>2012-08-02 07:05:55 (GMT)
commit49c318a4a1e30ebdd49c8c188932c830a2797dc8 (patch)
tree741ca76938a0eee2a8ed586623bf28756320ff97 /tests
parent00479536170e93ee9654ac38bb15201ac09732dc (diff)
downloadtk-49c318a4a1e30ebdd49c8c188932c830a2797dc8.zip
tk-49c318a4a1e30ebdd49c8c188932c830a2797dc8.tar.gz
tk-49c318a4a1e30ebdd49c8c188932c830a2797dc8.tar.bz2
Fixed [Bug 3553311]: Test spinbox-3.70 failed
FossilOrigin-Name: b13a3ca70e576bdf2e05dc962dfa6576beb36900
Diffstat (limited to 'tests')
-rw-r--r--tests/spinbox.test2
1 files changed, 1 insertions, 1 deletions
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"}}