diff options
Diffstat (limited to 'tests/entry.test')
-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 cb6dda4..fecae74 100644 --- a/tests/entry.test +++ b/tests/entry.test @@ -3506,7 +3506,7 @@ test entry-20.7 {widget deletion with textvariable active} -body { # SF bugs 607390 and 617446 set FOO init entry .e -textvariable FOO -validate all \ - -vcmd {%W configure -bg white; format 1} + -validatecommand {%W configure -bg white; format 1} bind .e <Destroy> { set FOO hello } destroy .e winfo exists .e |