summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-02-09 18:44:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-02-09 18:44:42 (GMT)
commit9e0da9a8a02dceebf16ed424cdef34ebcb6f3b5c (patch)
tree042371440d419a2d915fc9501b1b0f0f09bbcbd7 /tests
parent77c0bc32154c03e49b39ad66e676999e29b66a2c (diff)
downloadtk-9e0da9a8a02dceebf16ed424cdef34ebcb6f3b5c.zip
tk-9e0da9a8a02dceebf16ed424cdef34ebcb6f3b5c.tar.gz
tk-9e0da9a8a02dceebf16ed424cdef34ebcb6f3b5c.tar.bz2
Repair broken test.
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