summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-10-14 08:57:18 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-10-14 08:57:18 (GMT)
commit5ceb778917d5bd60cef820bfae69dbd540bc18b5 (patch)
tree402e20f9864e5340fa615fac7e821ff2a32fbb6c /tests
parent0f5e6fa7d817f50aea33fbd8d97c893c4d299d22 (diff)
downloadtk-5ceb778917d5bd60cef820bfae69dbd540bc18b5.zip
tk-5ceb778917d5bd60cef820bfae69dbd540bc18b5.tar.gz
tk-5ceb778917d5bd60cef820bfae69dbd540bc18b5.tar.bz2
unixWm.test - Let unixWm-44.7 and -44.8 pass on Debian 11 by reading the manual (which says: 'the override-redirect flag is only guaranteed to be taken notice of when the window is first mapped or when mapped after the state is changed from withdrawn to normal'). Same recipe as [c53b0c12].
Diffstat (limited to 'tests')
-rw-r--r--tests/unixWm.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test
index 2918e84..e9cae75 100644
--- a/tests/unixWm.test
+++ b/tests/unixWm.test
@@ -1564,8 +1564,8 @@ test unixWm-44.6 {UpdateGeometryInfo procedure, negative height} unix {
destroy .t
toplevel .t -width 80 -height 60
test unixWm-44.7 {UpdateGeometryInfo procedure, computing position} {unix failsOnXQuarz} {
- tkwait visibility .t
wm overrideredirect .t 1
+ tkwait visibility .t
update
wm geometry .t +5-10
update
@@ -1574,8 +1574,8 @@ test unixWm-44.7 {UpdateGeometryInfo procedure, computing position} {unix failsO
destroy .t
toplevel .t -width 80 -height 60
test unixWm-44.8 {UpdateGeometryInfo procedure, computing position} {unix failsOnXQuarz} {
- tkwait visibility .t
wm overrideredirect .t 1
+ tkwait visibility .t
update
wm geometry .t -30+$Y2
update