summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-10-04 13:52:17 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-10-04 13:52:17 (GMT)
commitb2f9947a3725d719b02a7f105b9eaf95e3c7b520 (patch)
tree3c46c3479f4874f927c92c420da40d579f2161c0 /tests
parent0ae9cf529b041e9fd25897c006b50b1b04e02914 (diff)
downloadtk-b2f9947a3725d719b02a7f105b9eaf95e3c7b520.zip
tk-b2f9947a3725d719b02a7f105b9eaf95e3c7b520.tar.gz
tk-b2f9947a3725d719b02a7f105b9eaf95e3c7b520.tar.bz2
Fixed -cleanup section in test text-25.22
Diffstat (limited to 'tests')
-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} {