diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-06 20:01:59 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-06 20:01:59 (GMT) |
commit | bb2dca12ea82af9d6fcd7654f8b90514a93b3434 (patch) | |
tree | ce0f0b9c496c20eb5a33d7676db9f5807e9406ad /tests | |
parent | 05dfa1f94e49a86cb82880554b93db4b9200e0fa (diff) | |
download | tk-bb2dca12ea82af9d6fcd7654f8b90514a93b3434.zip tk-bb2dca12ea82af9d6fcd7654f8b90514a93b3434.tar.gz tk-bb2dca12ea82af9d6fcd7654f8b90514a93b3434.tar.bz2 |
Backport: Do not build every branch. Too expensive.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/textWind.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textWind.test b/tests/textWind.test index 232f165..1de8a54 100644 --- a/tests/textWind.test +++ b/tests/textWind.test @@ -41,7 +41,7 @@ Some of the upcoming tests will probably fail." # upcoming tests when wrapping enters in play # Also -height 6 (lines) is an important assumption # Moreover the widget must have the same padding in x and y (see proc bo) -# However the tests are not sensitive to -borderwidth and -highlightthickness +# However the tests are not sensitive to -borderwidth and -highlightthickness text .t -font $fixedFont -width 30 -height 6 -borderwidth 2 -highlightthickness 2 pack .t -expand 1 -fill both update |