diff options
author | fvogel <fvogelnew1@free.fr> | 2018-02-11 15:57:42 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-02-11 15:57:42 (GMT) |
commit | e09cf00cb4d71f6316e636ea71db10b3d959c794 (patch) | |
tree | bc8192095aacd7fca5815cd919b5da3eff08d15b /tests | |
parent | 2d71220464a0fd0cbec809e29946069559fb836b (diff) | |
download | tk-e09cf00cb4d71f6316e636ea71db10b3d959c794.zip tk-e09cf00cb4d71f6316e636ea71db10b3d959c794.tar.gz tk-e09cf00cb4d71f6316e636ea71db10b3d959c794.tar.bz2 |
Removed useless test entry-25.1 since this test does not check anything except visually, which is not checked by tcltest. Instead, add -placeholder options in the demos.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/entry.test | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/entry.test b/tests/entry.test index 7696198..a8f7e16 100644 --- a/tests/entry.test +++ b/tests/entry.test @@ -3519,22 +3519,6 @@ test entry-24.1 {textvariable lives in a non-existing namespace} -setup { destroy .e } -result {can't trace "thisnsdoesntexist::myvar": parent namespace doesn't exist} -test entry-25.1 {-placeholder on/off shown} -setup { - pack [entry .e] -} -body { - .e configure -placeholder {placeholder} -textvariable ::_e - update; after 1000 - set ::_e entry - update; after 1000 - set ::_e {} - update; after 1000 - set ::_e entry - update; after 1000 -} -cleanup { - destroy .e - unset ::_e -} -result {} - # Gathered comments about lacks # XXX Still need to write tests for EntryBlinkProc, EntryFocusProc, # and EntryTextVarProc. |