diff options
author | ericm <ericm@noemail.net> | 2000-06-06 04:18:13 (GMT) |
---|---|---|
committer | ericm <ericm@noemail.net> | 2000-06-06 04:18:13 (GMT) |
commit | 48840b12c0b8e5b2d12f3bf161668ae303d58514 (patch) | |
tree | 712219a29aeb5beb4d5faf27a6c3166bf3518686 | |
parent | 887154b00203fec1bcc289afd93f7da8d670eec2 (diff) | |
download | tk-48840b12c0b8e5b2d12f3bf161668ae303d58514.zip tk-48840b12c0b8e5b2d12f3bf161668ae303d58514.tar.gz tk-48840b12c0b8e5b2d12f3bf161668ae303d58514.tar.bz2 |
Fixed bogus test canvas-11.1core-8-4-a1
FossilOrigin-Name: 8f2d82c0c9ae4ab526a7a0aa7545708efedd6c48
-rw-r--r-- | tests/canvas.test | 4 |
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 |