summaryrefslogtreecommitdiffstats
path: root/tests/wm.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-12-07 18:22:34 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-12-07 18:22:34 (GMT)
commitd076d10caa0719bc1a1626281c24bc33dfd624a4 (patch)
tree98c1dbf0a4717c1f6503724c639f0e569a0705d2 /tests/wm.test
parentce1d175a1627d9e2010cbe0e186bc80bb0c79aa9 (diff)
downloadtk-d076d10caa0719bc1a1626281c24bc33dfd624a4.zip
tk-d076d10caa0719bc1a1626281c24bc33dfd624a4.tar.gz
tk-d076d10caa0719bc1a1626281c24bc33dfd624a4.tar.bz2
Fix constraint name. !aqua is not a known constraint (the test was skipped in all platforms), however notAqua is known and lets the test run in anything else than aqua.
Diffstat (limited to 'tests/wm.test')
-rw-r--r--tests/wm.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wm.test b/tests/wm.test
index d8b1c04..ad01b7d 100644
--- a/tests/wm.test
+++ b/tests/wm.test
@@ -1517,7 +1517,7 @@ test wm-stackorder-5.1 {a menu is not a toplevel} -body {
destroy .t
} -result {.t .}
test wm-stackorder-5.2 {A normal toplevel can't be raised above an \
- overrideredirect toplevel} -constraints !aqua -body {
+ overrideredirect toplevel} -constraints notAqua -body {
toplevel .t
wm overrideredirect .t 1
raise .
@@ -1541,7 +1541,7 @@ test wm-stackorder-5.3 {An overrideredirect window\
} -result 1
test wm-stackorder-6.1 {An embedded toplevel does not\
- appear in the stacking order} -constraints !aqua -body {
+ appear in the stacking order} -constraints notAqua -body {
toplevel .real -container 1
toplevel .embd -bg blue -use [winfo id .real]
update