diff options
author | fvogel <fvogelnew1@free.fr> | 2017-01-28 17:38:11 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-01-28 17:38:11 (GMT) |
commit | ac3c1f125c104ab506961d6653f0de098a056686 (patch) | |
tree | dd0fde4b21546c7e12721112864ceb79dbf0241e /tests/font.test | |
parent | d033d601736ea26760f95cc30695c80d4d19bafe (diff) | |
download | tk-ac3c1f125c104ab506961d6653f0de098a056686.zip tk-ac3c1f125c104ab506961d6653f0de098a056686.tar.gz tk-ac3c1f125c104ab506961d6653f0de098a056686.tar.bz2 |
Make tests pass again after fixing [c0dbdd3ff3]: Tk Compatibility Fonts block access to system fontsbug_c0dbdd3ff3
Diffstat (limited to 'tests/font.test')
-rw-r--r-- | tests/font.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/font.test b/tests/font.test index 7e37698..b8c0144 100644 --- a/tests/font.test +++ b/tests/font.test @@ -141,7 +141,7 @@ test font-4.9 {font command: actual} -constraints {unix noExceed} -body { test font-4.10 {font command: actual} -constraints win -body { # (objc > 3) so objPtr = objv[3 + skip] font actual {-family times} -family -} -result {Times New Roman} +} -result {times} test font-4.11 {font command: bad option} -body { font actual xyz -style } -returnCodes error -result {bad option "-style": must be -family, -size, -weight, -slant, -underline, or -overstrike} @@ -153,7 +153,7 @@ test font-4.13 {font command: actual} -body { } -match glob -result {*} test font-4.14 {font command: actual} -constraints win -body { font actual {-family times} -family -- \ud800\udc00 -} -result {Times New Roman} +} -result {times} test font-4.15 {font command: actual} -body { font actual {-family times} -- \udc00\ud800 } -returnCodes 1 -match glob -result {expected a single character but got "*"} @@ -2345,7 +2345,7 @@ test font-45.1 {TkFontGetAliasList: no match} -body { } -result [font actual {-size 10} -family] test font-45.2 {TkFontGetAliasList: match} -constraints win -body { font actual {times 10} -family -} -result {Times New Roman} +} -result {times} test font-45.3 {TkFontGetAliasList: match} -constraints {unix noExceed} -body { # can fail on Unix systems that have a real "times new roman" font font actual {{times new roman} 10} -family |