diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-21 21:26:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-21 21:26:35 (GMT) |
commit | 7081fcdafa72b43cc8bd4dce71045dc7e3257cb4 (patch) | |
tree | e60817aacbdcdf4a556f8dd2c22d7f4a5a1e47dc /tests | |
parent | 10c4db3640ed279cc5c507569efdfd2358e515f6 (diff) | |
download | tk-7081fcdafa72b43cc8bd4dce71045dc7e3257cb4.zip tk-7081fcdafa72b43cc8bd4dce71045dc7e3257cb4.tar.gz tk-7081fcdafa72b43cc8bd4dce71045dc7e3257cb4.tar.bz2 |
Alternative solution for [026e2bb685]: text tag sets bad relief, gets error, but bad relief is saved anywaycore-bug-026e2bb685-alt
Diffstat (limited to 'tests')
-rw-r--r-- | tests/textTag.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textTag.test b/tests/textTag.test index 231bae4..88beafb 100644 --- a/tests/textTag.test +++ b/tests/textTag.test @@ -258,7 +258,7 @@ test textTag-1.28 {tag configuration options} -body { } -cleanup { .t tag configure x -spacing2 [lindex [.t tag configure x -spacing2] 3] } -result {10} -test textTag-1.29 {configuration options, bug [026e2bb685]} -constraints knownBug -body { +test textTag-1.29 {configuration options, bug [026e2bb685]} -body { catch {.t tag configure x -spacing3 5 -spacing2 bad -spacing1 morebad} msg list $msg [.t tag configure x -spacing1] [.t tag configure x -spacing2] [.t tag configure x -spacing3] } -cleanup { |