summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogelnew1@free.fr <fvogel>2015-10-04 13:52:17 (GMT)
committerfvogelnew1@free.fr <fvogel>2015-10-04 13:52:17 (GMT)
commit157c4e131ae1a27e01ef61c601524eff5e29d10b (patch)
tree3c46c3479f4874f927c92c420da40d579f2161c0
parentec05be02eff1ae5c9300e7b26beb25ab66d9ec85 (diff)
downloadtk-157c4e131ae1a27e01ef61c601524eff5e29d10b.zip
tk-157c4e131ae1a27e01ef61c601524eff5e29d10b.tar.gz
tk-157c4e131ae1a27e01ef61c601524eff5e29d10b.tar.bz2
Fixed -cleanup section in test text-25.22
-rw-r--r--tests/text.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/text.test b/tests/text.test
index 023aedf..a85edfa 100644
--- a/tests/text.test
+++ b/tests/text.test
@@ -3272,7 +3272,7 @@ test text-25.22 {patch 1669632 (v) - <<Clear>> is atomic} -setup {
event generate .top.t <<Undo>>
.top.t get 1.0 "1.0 lineend"
} -cleanup {
- destroy .t
+ destroy .top.t .top
} -result "This A an example text"
test text-26.1 {bug fix - 624372, ControlUtfProc long lines} {