summaryrefslogtreecommitdiffstats
path: root/tests/textmarker.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/textmarker.tcl
parent32b144a5420adf1070e23344d86058596e81b005 (diff)
downloadblt-5b058ee7315121c668be79d063534d7a919f31e5.zip
blt-5b058ee7315121c668be79d063534d7a919f31e5.tar.gz
blt-5b058ee7315121c668be79d063534d7a919f31e5.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/textmarker.tcl')
-rw-r--r--tests/textmarker.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/textmarker.tcl b/tests/textmarker.tcl
index 8644d43..ba3defc 100644
--- a/tests/textmarker.tcl
+++ b/tests/textmarker.tcl
@@ -7,7 +7,7 @@ set mm [$graph marker create text tt -element data2 \
-coords {1. 112} -text "Text\nMarker" -font {helvetica 24}]
$graph element configure data1 -hide yes
-echo "Testing Text Marker..."
+puts stderr "Testing Text Marker..."
bltTest3 $graph marker $mm -anchor nw $dops
bltTest3 $graph marker $mm -anchor n $dops
@@ -39,6 +39,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