summaryrefslogtreecommitdiffstats
path: root/tests/event.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2021-12-13 21:13:06 (GMT)
committerfvogel <fvogelnew1@free.fr>2021-12-13 21:13:06 (GMT)
commitf2b92c6c8c20232beaedbec330415b6ea4f63f96 (patch)
treea9ee452a369c802692912258b31f70bb30500aba /tests/event.test
parente1765db429f1c5098e7df6bdde7df96cc4c370bf (diff)
downloadtk-f2b92c6c8c20232beaedbec330415b6ea4f63f96.zip
tk-f2b92c6c8c20232beaedbec330415b6ea4f63f96.tar.gz
tk-f2b92c6c8c20232beaedbec330415b6ea4f63f96.tar.bz2
Move cleanup statement in the correct (event-9.1) test it belongs to.
Diffstat (limited to 'tests/event.test')
-rw-r--r--tests/event.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/event.test b/tests/event.test
index 84af0c7..7c9eda8 100644
--- a/tests/event.test
+++ b/tests/event.test
@@ -912,6 +912,7 @@ test event-9.1 {enter . window by destroying a toplevel - bug b1d115fa60} -setup
set res
} -cleanup {
deleteWindows
+ bind . <Enter> $EnterBind
} -result {.}
test event-9.2 {enter toplevel window by destroying a toplevel - bug b1d115fa60} -setup {
set iconified false
@@ -920,7 +921,6 @@ test event-9.2 {enter toplevel window by destroying a toplevel - bug b1d115fa60}
update
set iconified true
}
- bind . <Enter> $EnterBind
} -body {
toplevel .top1
wm geometry .top1 200x200+300+300