diff options
author | dgp@users.sourceforge.net <dgp> | 2016-02-09 18:44:42 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2016-02-09 18:44:42 (GMT) |
commit | fa378cfc046d5e4d34634a81ebafc5d4dd2e0e0c (patch) | |
tree | 042371440d419a2d915fc9501b1b0f0f09bbcbd7 /tests | |
parent | 117136369870f0050fdc5c7c081e5adf86f3a6a0 (diff) | |
download | tk-fa378cfc046d5e4d34634a81ebafc5d4dd2e0e0c.zip tk-fa378cfc046d5e4d34634a81ebafc5d4dd2e0e0c.tar.gz tk-fa378cfc046d5e4d34634a81ebafc5d4dd2e0e0c.tar.bz2 |
Repair broken test.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/entry.test | 2 |
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 |