summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/all.tcl2
-rw-r--r--tests/test.tcl1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/all.tcl b/tests/all.tcl
index 3669b78..3866c4c 100644
--- a/tests/all.tcl
+++ b/tests/all.tcl
@@ -5,7 +5,7 @@ source crosshairs.tcl
source legend.tcl
source xaxis.tcl
source axis.tcl
-source element.tcl
+source lineelement.tcl
source pen.tcl
source marker.tcl
source bitmapmarker.tcl
diff --git a/tests/test.tcl b/tests/test.tcl
index d299833..b51a5f2 100644
--- a/tests/test.tcl
+++ b/tests/test.tcl
@@ -2,6 +2,7 @@ source base.tcl
set w .line
set graph [bltLineGraph $w]
+#set graph [bltBarGraph $w]
#echo "done"
#bltPlotDestroy $w