From 118b63be0a935a8e7a54d0cf4c03a177153679fc Mon Sep 17 00:00:00 2001 From: ericm Date: Tue, 6 Jun 2000 04:18:13 +0000 Subject: Fixed bogus test canvas-11.1 --- tests/canvas.test | 4 ++-- 1 file 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 -- cgit v0.12