summaryrefslogtreecommitdiffstats
path: root/tests/textWind.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-01-04 12:29:51 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-01-04 12:29:51 (GMT)
commitf690a19401deef0b48f34a7a6584ee90a1775213 (patch)
tree69608b4e88477b973c7fee0d827b047aa54c113c /tests/textWind.test
parentd4a28362a8ed82a73edc97cc1d121ba9417e8d3d (diff)
downloadtk-f690a19401deef0b48f34a7a6584ee90a1775213.zip
tk-f690a19401deef0b48f34a7a6584ee90a1775213.tar.gz
tk-f690a19401deef0b48f34a7a6584ee90a1775213.tar.bz2
At those places, a plain update is needed also on macOS.
Diffstat (limited to 'tests/textWind.test')
-rw-r--r--tests/textWind.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/textWind.test b/tests/textWind.test
index 24207e6..220410b 100644
--- a/tests/textWind.test
+++ b/tests/textWind.test
@@ -382,9 +382,9 @@ test textWind-3.4 {EmbWinConfigure procedure} -setup {
.t insert 1.0 "Some sample text"
frame .t.f -width 10 -height 20 -bg $color
.t window create 1.3 -window .t.f
- updateText
+ update
.t window configure 1.3 -window {}
- updateText
+ update
.t index .t.f
} -cleanup {
destroy .t.f
@@ -396,9 +396,9 @@ test textWind-3.5 {EmbWinConfigure procedure} -setup {
.t insert 1.0 "Some sample text"
frame .t.f -width 10 -height 20 -bg $color
.t window create 1.3 -window .t.f
- updateText
+ update
.t window configure 1.3 -window {}
- updateText
+ update
catch {.t index .t.f}
list [winfo ismapped .t.f] [.t bbox 1.4]
} -cleanup {