summaryrefslogtreecommitdiffstats
path: root/tests/winfo.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2019-05-26 21:07:27 (GMT)
committerfvogel <fvogelnew1@free.fr>2019-05-26 21:07:27 (GMT)
commit452c0b93ad1a99561319f4d61434e6c852c3b87c (patch)
treeb0e7cc3b9cc4c43ed814202641978a7fb0e0bf3d /tests/winfo.test
parentb14948f20d61b575420ed44a46865140f5ac2148 (diff)
downloadtk-452c0b93ad1a99561319f4d61434e6c852c3b87c.zip
tk-452c0b93ad1a99561319f4d61434e6c852c3b87c.tar.gz
tk-452c0b93ad1a99561319f4d61434e6c852c3b87c.tar.bz2
Fix error in the spelling of the Windows windowingsystem introduced in [02ca3773]
Diffstat (limited to 'tests/winfo.test')
-rw-r--r--tests/winfo.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/winfo.test b/tests/winfo.test
index 364948c..83aff71 100644
--- a/tests/winfo.test
+++ b/tests/winfo.test
@@ -396,7 +396,7 @@ test winfo-13.1 {root coordinates of embedded toplevel} -setup {
# Windows does not destroy the container when an embedded window is
# destroyed. Unix and macOS do destroy it. See ticket [67384bce7d].
-if {[tk windowingsystem] == "win"} {
+if {[tk windowingsystem] == "win32"} {
set result_13_2 {embedded 0 container 1}
} else {
set result_13_2 {embedded 0 container 0}