summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-05-22 20:24:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-05-22 20:24:16 (GMT)
commitd0565eba5df7fbf569a9fab0415bb0391dedbf29 (patch)
treede2e6835100305af64f4d7acc895f61633eb5529 /tests
parent44f5fc24fed3e8fce2accea8bd57a5998c3829b5 (diff)
parent768dc7a8b3c95b48626f3a263e7008350e829b51 (diff)
downloadtk-bug_4955f5d8a4.zip
tk-bug_4955f5d8a4.tar.gz
tk-bug_4955f5d8a4.tar.bz2
merge trunkbug_4955f5d8a4
Diffstat (limited to 'tests')
-rw-r--r--tests/scrollbar.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scrollbar.test b/tests/scrollbar.test
index 3addd28..c6a5a90 100644
--- a/tests/scrollbar.test
+++ b/tests/scrollbar.test
@@ -405,7 +405,7 @@ test scrollbar-3.73 {ScrollbarWidgetCmd procedure} {
} {1 {bad option "bogus": must be activate, cget, configure, delta, fraction, get, identify, or set}}
test scrollbar-3.74 {ScrollbarWidgetCmd procedure} {
list [catch {.s c} msg] $msg
-} {1 {bad option "c": must be activate, cget, configure, delta, fraction, get, identify, or set}}
+} {1 {ambiguous option "c": must be activate, cget, configure, delta, fraction, get, identify, or set}}
test scrollbar-4.1 {ScrollbarEventProc procedure} {
catch {destroy .s1}