summaryrefslogtreecommitdiffstats
path: root/tests/canvas.test
diff options
context:
space:
mode:
authorericm <ericm>2000-06-06 04:18:13 (GMT)
committerericm <ericm>2000-06-06 04:18:13 (GMT)
commit118b63be0a935a8e7a54d0cf4c03a177153679fc (patch)
tree712219a29aeb5beb4d5faf27a6c3166bf3518686 /tests/canvas.test
parentba5a25ec5de44dbae8ee435a79f303298bdf290d (diff)
downloadtk-118b63be0a935a8e7a54d0cf4c03a177153679fc.zip
tk-118b63be0a935a8e7a54d0cf4c03a177153679fc.tar.gz
tk-118b63be0a935a8e7a54d0cf4c03a177153679fc.tar.bz2
Fixed bogus test canvas-11.1core_8_4_a1
Diffstat (limited to 'tests/canvas.test')
-rw-r--r--tests/canvas.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/canvas.test b/tests/canvas.test
index a3baa20..51f178c 100644
--- a/tests/canvas.test
+++ b/tests/canvas.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-2000 Ajuba Solutions.
# All rights reserved.
#
-# RCS: @(#) $Id: canvas.test,v 1.9 2000/06/03 08:38:11 hobbs Exp $
+# RCS: @(#) $Id: canvas.test,v 1.10 2000/06/06 04:18:13 ericm Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
source [file join [pwd] [file dirname [info script]] defs.tcl]
@@ -365,7 +365,7 @@ test canvas-11.1 {canvas poly fill check, bug 5783} {
pack [canvas .c]
.c create polygon 0 0 100 100 200 50 \
-fill {} -stipple gray50 -outline black
-} {}
+} 1
# cleanup
::tcltest::cleanupTests