summaryrefslogtreecommitdiffstats
path: root/tests/entry.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-03-01 17:36:13 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-03-01 17:36:13 (GMT)
commitbc0f830a410e3cda93f230708229cb35dbb788f2 (patch)
tree4bcc2aec4b290a2d192a84c65a7032d77f9c51cb /tests/entry.test
parent2d1dee7c0fdf51a57ac71ed493aa92e278a7720e (diff)
parentbcb71c3efaadfc55dcd742522aaf331a40b9a7ec (diff)
downloadtk-bc0f830a410e3cda93f230708229cb35dbb788f2.zip
tk-bc0f830a410e3cda93f230708229cb35dbb788f2.tar.gz
tk-bc0f830a410e3cda93f230708229cb35dbb788f2.tar.bz2
trunk merged to branch tip-443
Diffstat (limited to 'tests/entry.test')
-rw-r--r--tests/entry.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/entry.test b/tests/entry.test
index 4f09450..d27ffb5 100644
--- a/tests/entry.test
+++ b/tests/entry.test
@@ -1074,7 +1074,7 @@ test entry-3.42 {EntryWidgetCmd procedure, "scan" widget command} -setup {
} -body {
.e scan a
} -cleanup {
- destroy .efixed
+ destroy .e
} -returnCodes error -result {wrong # args: should be ".e scan mark|dragto x"}
test entry-3.43 {EntryWidgetCmd procedure, "scan" widget command} -setup {
entry .e