diff options
author | joye <joye> | 2014-03-26 19:38:01 (GMT) |
---|---|---|
committer | joye <joye> | 2014-03-26 19:38:01 (GMT) |
commit | a78a78c2c45694657e8aa2fa78cbae1b6c78e808 (patch) | |
tree | 6c96d0777d027b75fa2d52bbf78de41744806b40 /tests/bargraph.tcl | |
parent | 89a6725b0b1fd8edef4978bd2203dc86ddb6ebdc (diff) | |
download | blt-a78a78c2c45694657e8aa2fa78cbae1b6c78e808.zip blt-a78a78c2c45694657e8aa2fa78cbae1b6c78e808.tar.gz blt-a78a78c2c45694657e8aa2fa78cbae1b6c78e808.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests/bargraph.tcl')
-rw-r--r-- | tests/bargraph.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bargraph.tcl b/tests/bargraph.tcl index db3fd7f..18f37ec 100644 --- a/tests/bargraph.tcl +++ b/tests/bargraph.tcl @@ -3,6 +3,8 @@ source base.tcl set w .bar set graph [bltBarGraph $w] +echo "Testing BarGraph..." + # Graph bltTest $graph -aspect 2 bltTest $graph -background red |