summaryrefslogtreecommitdiffstats
path: root/tests/polygonmarker.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/polygonmarker.tcl
parent32b144a5420adf1070e23344d86058596e81b005 (diff)
downloadblt-5b058ee7315121c668be79d063534d7a919f31e5.zip
blt-5b058ee7315121c668be79d063534d7a919f31e5.tar.gz
blt-5b058ee7315121c668be79d063534d7a919f31e5.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/polygonmarker.tcl')
-rw-r--r--tests/polygonmarker.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/polygonmarker.tcl b/tests/polygonmarker.tcl
index e562821..b1712b0 100644
--- a/tests/polygonmarker.tcl
+++ b/tests/polygonmarker.tcl
@@ -7,7 +7,7 @@ set mm [$graph marker create polygon tt -element data2 \
-coords {1 50 1.5 100 1 150} -linewidth 5]
$graph element configure data1 -hide yes
-echo "Testing Polygon Marker..."
+puts stderr "Testing Polygon Marker..."
bltTest3 $graph marker $mm -bindtags {aa} 0
bltTest3 $graph marker $mm -cap round $dops
@@ -25,6 +25,6 @@ bltTest3 $graph marker $mm -under yes $dops
bltTest3 $graph marker $mm -xoffset 20 $dops
bltTest3 $graph marker $mm -yoffset 20 $dops
-echo "done"
+puts stderr "done"
bltPlotDestroy $w