diff options
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 |