diff options
author | fvogel <fvogel@noemail.net> | 2016-01-16 15:43:00 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2016-01-16 15:43:00 (GMT) |
commit | 45f8f0c23825f7adcc318a4d5ac449fc110b2eb2 (patch) | |
tree | 7593e7a7ab77b94aa96c4a6873676fa96b0f8017 /tests/listbox.test | |
parent | 286b5477156d5dc21521633be93451484c100d39 (diff) | |
download | tk-45f8f0c23825f7adcc318a4d5ac449fc110b2eb2.zip tk-45f8f0c23825f7adcc318a4d5ac449fc110b2eb2.tar.gz tk-45f8f0c23825f7adcc318a4d5ac449fc110b2eb2.tar.bz2 |
Decided about test results for listbox-3.18a
FossilOrigin-Name: 712e2125259377079f74a57f2f93050402361b7a
Diffstat (limited to 'tests/listbox.test')
-rw-r--r-- | tests/listbox.test | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/listbox.test b/tests/listbox.test index fdad4c0..b62946d 100644 --- a/tests/listbox.test +++ b/tests/listbox.test @@ -476,11 +476,11 @@ test listbox-3.18a {ListboxWidgetCmd procedure, "bbox" option, justified} -const } -cleanup { destroy .top.l .top unset -nocomplain res -} -result { - # <TODO> - # Results to be defined when I get my hands on a platform featuring tcltest::testConstraints fonts == 1 - {TBD} {TBD} {TBD} {TBD} {TBD} {TBD} -} +} -result [list \ + {5 5 34 14} {5 22 74 14} {5 39 106 14} \ + {58 5 34 14} {38 22 74 14} {22 39 106 14} \ + {111 5 34 14} {71 22 74 14} {39 39 106 14} \ +] test listbox-3.18b {ListboxWidgetCmd procedure, "bbox" option, justified, non-default borderwidth} -setup { destroy .top.l .top unset -nocomplain lres res |