diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-09 16:28:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-09 16:28:41 (GMT) |
commit | f39211080e7d03c8a9121e385e2128de5b0ae3e5 (patch) | |
tree | ff6861b652d7172c3dc163e39bbafaccb9938b8f /tests | |
parent | 2bba9a570b165d8d9ced809af4c41793ada8da39 (diff) | |
parent | 6b305ada3d3a68c00bc6ddaf163ae327f1c44e05 (diff) | |
download | tk-f39211080e7d03c8a9121e385e2128de5b0ae3e5.zip tk-f39211080e7d03c8a9121e385e2128de5b0ae3e5.tar.gz tk-f39211080e7d03c8a9121e385e2128de5b0ae3e5.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tests')
-rw-r--r-- | tests/textWind.test | 2 | ||||
-rw-r--r-- | tests/ttk/scrollbar.test | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/textWind.test b/tests/textWind.test index 788c245..b98250e 100644 --- a/tests/textWind.test +++ b/tests/textWind.test @@ -42,7 +42,7 @@ wm deiconify . # This update is needed on MacOS to make sure that the window is mapped # when the tests begin. -update +update set bw [.t cget -borderwidth] set px [.t cget -padx] diff --git a/tests/ttk/scrollbar.test b/tests/ttk/scrollbar.test index f563085..0743def 100644 --- a/tests/ttk/scrollbar.test +++ b/tests/ttk/scrollbar.test @@ -18,8 +18,8 @@ test scrollbar-swapout-1 "Don't use core scrollbars on OSX..." \ } -body { ttk::scrollbar .sb -command "yadda" list [winfo class .sb] [.sb cget -command] -} -result [list TScrollbar yadda] -cleanup { - destroy .sb +} -result [list TScrollbar yadda] -cleanup { + destroy .sb } test scrollbar-swapout-2 "... regardless of whether -style ..." \ |