summaryrefslogtreecommitdiffstats
path: root/tests/textIndex.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-10-02 21:00:29 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-10-02 21:00:29 (GMT)
commit252123a50de3f9772249d8f439f60ee0e2a32010 (patch)
treef4bcc32af8e81ce04042644a6d27b979f6f62cdd /tests/textIndex.test
parent07be08d69cbabadf2a1b43d4c38995cc739e9abe (diff)
parent9549fdb1087bd31f052077f48fcb1cd88d514774 (diff)
downloadtk-252123a50de3f9772249d8f439f60ee0e2a32010.zip
tk-252123a50de3f9772249d8f439f60ee0e2a32010.tar.gz
tk-252123a50de3f9772249d8f439f60ee0e2a32010.tar.bz2
Merge core-8-6-branch that just received changes from unstable_tests branch. This commit stabilizes a lot of tests that could sporadically fail, mainly on macOS. No test results were changed, except for entry-5.7 and spinbox-5.7 which expected results were found to be wrong (these tests passes due to a race condition that is now fixed).
Diffstat (limited to 'tests/textIndex.test')
-rw-r--r--tests/textIndex.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textIndex.test b/tests/textIndex.test
index c51dc42..56154cf 100644
--- a/tests/textIndex.test
+++ b/tests/textIndex.test
@@ -754,7 +754,7 @@ set str [string repeat "hello " 20]
.t insert end "$str one two three four five six seven height nine ten\n"
.t insert end "$str one two three four five six seven height nine ten\n"
.t insert end "$str one two three four five six seven height nine ten\n"
-updateText
+update
test textIndex-19.1 {Display lines} {
.t index "2.7 displaylinestart"