summaryrefslogtreecommitdiffstats
path: root/tests/barpen.tcl
diff options
context:
space:
mode:
authorjoye <joye>2015-06-04 16:55:03 (GMT)
committerjoye <joye>2015-06-04 16:55:03 (GMT)
commit5b058ee7315121c668be79d063534d7a919f31e5 (patch)
treea291dab7039ac91949112eec8896e3b535dce5aa /tests/barpen.tcl
parent32b144a5420adf1070e23344d86058596e81b005 (diff)
downloadblt-5b058ee7315121c668be79d063534d7a919f31e5.zip
blt-5b058ee7315121c668be79d063534d7a919f31e5.tar.gz
blt-5b058ee7315121c668be79d063534d7a919f31e5.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/barpen.tcl')
-rw-r--r--tests/barpen.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/barpen.tcl b/tests/barpen.tcl
index e313a81..d06928b 100644
--- a/tests/barpen.tcl
+++ b/tests/barpen.tcl
@@ -6,7 +6,7 @@ set graph [bltBarGraph $w]
$graph pen create foo -color red -showvalues y
$graph element configure data2 -pen foo
-echo "Testing Bar Pen..."
+puts stderr "Testing Bar Pen..."
bltTest3 $graph pen foo -background yellow $dops
bltTest3 $graph pen foo -bd 4 $dops
@@ -46,6 +46,6 @@ bltCmd $graph pen delete bar
bltCmd $graph pen names
bltCmd $graph pen type foo
-echo "done"
+puts stderr "done"
bltPlotDestroy $w