summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2019-01-27 16:56:40 (GMT)
committerfvogel <fvogelnew1@free.fr>2019-01-27 16:56:40 (GMT)
commitce11b1ea1514181f1c1c5e7d0b09fce77212dbe3 (patch)
treef236f4ef0a1e7f5b9ea8da5444c1827dee6e1e1a /tests
parentb96636b76f92c8c6cf41a40633db08391560602f (diff)
downloadtk-ce11b1ea1514181f1c1c5e7d0b09fce77212dbe3.zip
tk-ce11b1ea1514181f1c1c5e7d0b09fce77212dbe3.tar.gz
tk-ce11b1ea1514181f1c1c5e7d0b09fce77212dbe3.tar.bz2
Add an update making unixEmbed-5.1a pass on Linux
Diffstat (limited to 'tests')
-rw-r--r--tests/unixEmbed.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unixEmbed.test b/tests/unixEmbed.test
index 349449a..1687a29 100644
--- a/tests/unixEmbed.test
+++ b/tests/unixEmbed.test
@@ -752,6 +752,7 @@ test unixEmbed-5.1a {EmbedFocusProc procedure, FocusIn events} -constraints {
toplevel .t1 -use [w1]
bind .t1 <FocusIn> {lappend x "focus in %W"}
bind .t1 <FocusOut> {lappend x "focus out %W"}
+ update
set x {}
}
focus -force .f1