summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-03-01 13:42:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-03-01 13:42:43 (GMT)
commitbcb71c3efaadfc55dcd742522aaf331a40b9a7ec (patch)
tree668fe58251cf32d8684e2977a1659c8ce6e609e9 /tests
parent505168f33072ae432a1f15d9fad413cb68095477 (diff)
parent8019506921eab871f899a0fa2aa8386e9e5b8178 (diff)
downloadtk-bcb71c3efaadfc55dcd742522aaf331a40b9a7ec.zip
tk-bcb71c3efaadfc55dcd742522aaf331a40b9a7ec.tar.gz
tk-bcb71c3efaadfc55dcd742522aaf331a40b9a7ec.tar.bz2
merge release
Diffstat (limited to 'tests')
-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