summaryrefslogtreecommitdiffstats
path: root/tests/textIndex.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-10-02 20:57:30 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-10-02 20:57:30 (GMT)
commit9549fdb1087bd31f052077f48fcb1cd88d514774 (patch)
treecf5b9295c33dc82f024e9b088e096cf35a879da2 /tests/textIndex.test
parent5f3ebd7781c0bc6d08487ac6d7315265714c9cb5 (diff)
parentfac20a34f64505188060e147b12ccb661cc9ca41 (diff)
downloadtk-9549fdb1087bd31f052077f48fcb1cd88d514774.zip
tk-9549fdb1087bd31f052077f48fcb1cd88d514774.tar.gz
tk-9549fdb1087bd31f052077f48fcb1cd88d514774.tar.bz2
Merge 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 04ac70a..a191e27 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"