summaryrefslogtreecommitdiffstats
path: root/tests/entry.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-30 10:07:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-30 10:07:46 (GMT)
commit023e88a897f369e630a198082e71cbb1823c9a63 (patch)
tree8eebb895d60f55eaed23ea1bfb570065467d077d /tests/entry.test
parent02adf45068f997e84707a3479e629b74b5409671 (diff)
downloadtk-023e88a897f369e630a198082e71cbb1823c9a63.zip
tk-023e88a897f369e630a198082e71cbb1823c9a63.tar.gz
tk-023e88a897f369e630a198082e71cbb1823c9a63.tar.bz2
Sort all usage of "pages", "pixels" and "units", make it alphabetical, in implementation, tests and documentation.
Diffstat (limited to 'tests/entry.test')
-rw-r--r--tests/entry.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/entry.test b/tests/entry.test
index 75a5da8..6207c69 100644
--- a/tests/entry.test
+++ b/tests/entry.test
@@ -1435,7 +1435,7 @@ test entry-3.71 {EntryWidgetCmd procedure, "xview" widget command} -setup {
.e xview scroll 24
} -cleanup {
destroy .e
-} -returnCodes error -result {wrong # args: should be ".e xview scroll number units|pages"}
+} -returnCodes error -result {wrong # args: should be ".e xview scroll number pages|units"}
test entry-3.72 {EntryWidgetCmd procedure, "xview" widget command} -setup {
entry .e -font {Courier -12} -borderwidth 2 -highlightthickness 2
pack .e
@@ -1512,7 +1512,7 @@ test entry-3.77 {EntryWidgetCmd procedure, "xview" widget command} -setup {
.e xview scroll 23 foobars
} -cleanup {
destroy .e
-} -returnCodes error -result {bad argument "foobars": must be units or pages}
+} -returnCodes error -result {bad argument "foobars": must be pages or units}
test entry-3.78 {EntryWidgetCmd procedure, "xview" widget command} -setup {
entry .e -font {Courier -12} -borderwidth 2 -highlightthickness 2
pack .e