diff options
author | fvogelnew1@free.fr <fvogel> | 2014-12-17 21:52:09 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2014-12-17 21:52:09 (GMT) |
commit | f844d7558ffd767f3b6f1da486ba8d7f4af96f73 (patch) | |
tree | 6d649126727b3e1bed9bbbd9d9c4ae745586a88e /tests/textDisp.test | |
parent | db845232ac52558318cbe97d846f825ec7d24c7a (diff) | |
download | tk-f844d7558ffd767f3b6f1da486ba8d7f4af96f73.zip tk-f844d7558ffd767f3b6f1da486ba8d7f4af96f73.tar.gz tk-f844d7558ffd767f3b6f1da486ba8d7f4af96f73.tar.bz2 |
Removed useless statements in tests textDisp-16.42 and textDisp-16.43
Diffstat (limited to 'tests/textDisp.test')
-rw-r--r-- | tests/textDisp.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/textDisp.test b/tests/textDisp.test index 678ad4e..b8db32c 100644 --- a/tests/textDisp.test +++ b/tests/textDisp.test @@ -2100,7 +2100,6 @@ test textDisp-16.42 {TkTextYviewCmd procedure with indices in elided lines} { .t tag add hidden 5.15 20.15 .t tag configure hidden -elide true .t yview 35.0 - set res {} .t yview scroll [expr {- 15 * $fixedHeight}] pixels update .t index @0,0 @@ -2115,7 +2114,6 @@ test textDisp-16.43 {TkTextYviewCmd procedure with indices in elided lines} { .t tag add hidden 5.15 20.15 .t tag configure hidden -elide true .t yview 35.0 - set res {} .t yview scroll -15 units update .t index @0,0 |