summaryrefslogtreecommitdiffstats
path: root/tests/base.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/base.tcl
parent32b144a5420adf1070e23344d86058596e81b005 (diff)
downloadblt-5b058ee7315121c668be79d063534d7a919f31e5.zip
blt-5b058ee7315121c668be79d063534d7a919f31e5.tar.gz
blt-5b058ee7315121c668be79d063534d7a919f31e5.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/base.tcl')
-rw-r--r--tests/base.tcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/base.tcl b/tests/base.tcl
index b02b79d..c02abfa 100644
--- a/tests/base.tcl
+++ b/tests/base.tcl
@@ -24,7 +24,7 @@ proc bltPlotDestroy {w} {
proc bltTest {graph option value {dops 0}} {
global sleep
- echo " $option $value"
+ puts stderr " $option $value"
set org [$graph cget $option]
$graph configure $option $value
update
@@ -42,7 +42,7 @@ proc bltTest {graph option value {dops 0}} {
proc bltTest2 {graph which option value {dops 0}} {
global sleep
- echo " $option $value"
+ puts stderr " $option $value"
set org [$graph $which cget $option]
$graph $which configure $option $value
update
@@ -60,7 +60,7 @@ proc bltTest2 {graph which option value {dops 0}} {
proc bltTest3 {graph which item option value {dops 0}} {
global sleep
- echo " $item $option $value"
+ puts stderr " $item $option $value"
set org [$graph $which cget $item $option]
$graph $which configure $item $option $value
update
@@ -78,7 +78,7 @@ proc bltTest3 {graph which item option value {dops 0}} {
proc bltCmd {graph args} {
global sleep
- echo " $graph $args"
+ puts stderr " $graph $args"
eval $graph $args
update
# after $sleep