diff options
author | joye <joye> | 2014-04-16 18:10:26 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-16 18:10:26 (GMT) |
commit | f82e5d50b647272c27012b332070eb81fe4f4215 (patch) | |
tree | c9ea198ceda257f612ecc6a2df3ac5778484c116 /tests | |
parent | c2ff89ef8036780c06a8de051777cbe9a6b80623 (diff) | |
download | blt-f82e5d50b647272c27012b332070eb81fe4f4215.zip blt-f82e5d50b647272c27012b332070eb81fe4f4215.tar.gz blt-f82e5d50b647272c27012b332070eb81fe4f4215.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bargraph.tcl | 2 | ||||
-rw-r--r-- | tests/linegraph.tcl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/bargraph.tcl b/tests/bargraph.tcl index 18f37ec..64c6701 100644 --- a/tests/bargraph.tcl +++ b/tests/bargraph.tcl @@ -8,6 +8,8 @@ echo "Testing BarGraph..." # Graph bltTest $graph -aspect 2 bltTest $graph -background red +bltTest $graph -barmode stacked +bltTest $graph -barmode aligned bltTest $graph -barmode overlap bltTest $graph -barwidth .15 #bltTest $graph -baseline diff --git a/tests/linegraph.tcl b/tests/linegraph.tcl index 0ba5b52..9e9513f 100644 --- a/tests/linegraph.tcl +++ b/tests/linegraph.tcl @@ -7,8 +7,6 @@ echo "Testing LineGraph..." bltTest $graph -aspect 2 bltTest $graph -background red -bltTest $graph -barmode overlap -bltTest $graph -barwidth .15 #bltTest $graph -baseline bltTest $graph -bd 50 bltTest $graph -bg green |