From 09168fa2285ad5626f90ad9eccab77edc6f183e8 Mon Sep 17 00:00:00 2001 From: treectrl Date: Sun, 21 Jan 2007 23:27:04 +0000 Subject: Fixed test result broken by the new -draw style layout option. --- tests/style.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/style.test b/tests/style.test index f03ddb3..0e98fed 100644 --- a/tests/style.test +++ b/tests/style.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# CVS: @(#) $Id: style.test,v 1.7 2006/11/23 22:05:19 treectrl Exp $ +# CVS: @(#) $Id: style.test,v 1.8 2007/01/21 23:27:04 treectrl Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -156,7 +156,7 @@ test style-6.1 {style layout: missing args} -body { test style-6.2 {style layout: no options specified} -body { .t style layout testStyle eText -} -result {-detach no -expand {} -height {} -iexpand {} *} -match glob +} -result {-detach no -draw {} -expand {} -height {} -iexpand {} *} -match glob test style-6.3 {style layout: option -padx} -body { .t style layout testStyle eText -padx 3 -- cgit v0.12