summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogelnew1@free.fr <fvogel>2016-03-08 21:55:45 (GMT)
committerfvogelnew1@free.fr <fvogel>2016-03-08 21:55:45 (GMT)
commit98859d1684e34a8b8eccde1aa01884a67e2f8d98 (patch)
tree7de22d5cfbf55e327ae057cdba5d0e2bf5f68f04 /tests
parent45e74ab020c8f3bc8188bd7ba881b788481db90d (diff)
downloadtk-98859d1684e34a8b8eccde1aa01884a67e2f8d98.zip
tk-98859d1684e34a8b8eccde1aa01884a67e2f8d98.tar.gz
tk-98859d1684e34a8b8eccde1aa01884a67e2f8d98.tar.bz2
Backed out anything dealing with stippling, in accordance with discussion about TIP #443
Diffstat (limited to 'tests')
-rw-r--r--tests/textTag.test24
1 files changed, 1 insertions, 23 deletions
diff --git a/tests/textTag.test b/tests/textTag.test
index f8d7033..88081d0 100644
--- a/tests/textTag.test
+++ b/tests/textTag.test
@@ -273,34 +273,12 @@ test textTag-1.25d {configuration options} -body {
.t tag configure x -selectbackground [lindex [.t tag configure x -selectbackground] 3]
} -returnCodes error -result {unknown color name "non-existent"}
test textTag-1.25e {tag configuration options} -body {
- .t tag configure x -selectbgstipple gray50
- .t tag cget x -selectbgstipple
-} -cleanup {
- .t tag configure x -selectbgstipple [lindex [.t tag configure x -selectbgstipple] 3]
-} -result {gray50}
-test textTag-1.25f {configuration options} -body {
- .t tag configure x -selectbgstipple badStipple
-} -cleanup {
- .t tag configure x -selectbgstipple [lindex [.t tag configure x -selectbgstipple] 3]
-} -returnCodes error -result {bitmap "badStipple" not defined}
-test textTag-1.25g {tag configuration options} -body {
- .t tag configure x -selectfgstipple gray50
- .t tag cget x -selectfgstipple
-} -cleanup {
- .t tag configure x -selectfgstipple [lindex [.t tag configure x -selectfgstipple] 3]
-} -result {gray50}
-test textTag-1.25h {configuration options} -body {
- .t tag configure x -selectfgstipple badStipple
-} -cleanup {
- .t tag configure x -selectfgstipple [lindex [.t tag configure x -selectfgstipple] 3]
-} -returnCodes error -result {bitmap "badStipple" not defined}
-test textTag-1.25i {tag configuration options} -body {
.t tag configure x -selectforeground #012345
.t tag cget x -selectforeground
} -cleanup {
.t tag configure x -selectforeground [lindex [.t tag configure x -selectforeground] 3]
} -result {#012345}
-test textTag-1.25j {configuration options} -body {
+test textTag-1.25f {configuration options} -body {
.t tag configure x -selectforeground non-existent
} -cleanup {
.t tag configure x -selectforeground [lindex [.t tag configure x -selectforeground] 3]