diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spinbox.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/spinbox.test b/tests/spinbox.test index 6df9028..eeb4ae1 100644 --- a/tests/spinbox.test +++ b/tests/spinbox.test @@ -2881,7 +2881,7 @@ test spinbox-13.9 {GetSpinboxIndex procedure} -setup { destroy .e } -result {1 6} -test spinbox-13.10 {GetSpinboxIndex procedure} -constraints unix -body { +test spinbox-13.10 {GetSpinboxIndex procedure} -constraints x11 -body { # On unix, when selection is cleared, spinbox widget's internal # selection range is reset. # Previous settings: @@ -2900,7 +2900,7 @@ test spinbox-13.10 {GetSpinboxIndex procedure} -constraints unix -body { destroy .e } -returnCodes error -result {selection isn't in widget .e} -test spinbox-13.11 {GetSpinboxIndex procedure} -constraints win -body { +test spinbox-13.11 {GetSpinboxIndex procedure} -constraints aquaOrWin32 -body { # On mac and pc, when selection is cleared, spinbox widget remembers # last selected range. When selection ownership is restored to # spinbox, the old range will be rehighlighted. @@ -2921,7 +2921,7 @@ test spinbox-13.11 {GetSpinboxIndex procedure} -constraints win -body { destroy .e } -result {1} -test spinbox-13.12 {GetSpinboxIndex procedure} -constraints unix -body { +test spinbox-13.12 {GetSpinboxIndex procedure} -constraints x11 -body { # Previous settings: spinbox .e -font {Courier -12} -width 5 -bd 2 -relief sunken pack .e |