summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-02-11 15:57:42 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-02-11 15:57:42 (GMT)
commite09cf00cb4d71f6316e636ea71db10b3d959c794 (patch)
treebc8192095aacd7fca5815cd919b5da3eff08d15b /tests
parent2d71220464a0fd0cbec809e29946069559fb836b (diff)
downloadtk-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.test16
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.