summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-24 17:02:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-24 17:02:19 (GMT)
commitc719f5972f41a7a73b015d4f8bca1767d0c6e4d4 (patch)
tree0992659378448338222d380910e35907eb8171b6 /tests
parent0d7a766fd66325da73b747a5692ca44d42422709 (diff)
downloadtk-c719f5972f41a7a73b015d4f8bca1767d0c6e4d4.zip
tk-c719f5972f41a7a73b015d4f8bca1767d0c6e4d4.tar.gz
tk-c719f5972f41a7a73b015d4f8bca1767d0c6e4d4.tar.bz2
All TK_OPTION_PIXELS implementation need Tcl_Obj storage, otherwise the full option value will be lost, as proven by message-1.11 testcase
Diffstat (limited to 'tests')
-rw-r--r--tests/message.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/message.test b/tests/message.test
index 37e81b0..9018fc2 100644
--- a/tests/message.test
+++ b/tests/message.test
@@ -121,7 +121,7 @@ test message-1.11 {configuration option: "borderwidth"} -setup {
.m cget -borderwidth
} -cleanup {
destroy .m
-} -result 1
+} -result 1.3
test message-1.12 {configuration option: "borderwidth"} -setup {
message .m -borderwidth 2 -highlightthickness 2 -font {Helvetica -12 bold}
pack .m