summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/all.tcl13
-rw-r--r--tests/bargraph.tcl20
-rw-r--r--tests/linegraph.tcl20
3 files changed, 46 insertions, 7 deletions
diff --git a/tests/all.tcl b/tests/all.tcl
index 3866c4c..4a11aae 100644
--- a/tests/all.tcl
+++ b/tests/all.tcl
@@ -1,12 +1,11 @@
-source graph.tcl
-source line.tcl
-source bar.tcl
-source crosshairs.tcl
-source legend.tcl
+source linegraph.tcl
+source lineelement.tcl
+source barbar.tcl
+source barelement.tcl
source xaxis.tcl
source axis.tcl
-source lineelement.tcl
-source pen.tcl
+source legend.tcl
+source crosshairs.tcl
source marker.tcl
source bitmapmarker.tcl
source linemarker.tcl
diff --git a/tests/bargraph.tcl b/tests/bargraph.tcl
index 1067703..34f320e 100644
--- a/tests/bargraph.tcl
+++ b/tests/bargraph.tcl
@@ -53,6 +53,26 @@ bltTest $graph -width 300
bltTest $graph -plotwidth 300
bltTest $graph -plotheight 300
+##bltCmd $graph axis
+bltCmd $graph cget -background
+bltCmd $graph configure
+bltCmd $graph configure
+bltCmd $graph configure -background cyan
+##bltCmd $graph crosshairs
+##bltCmd $graph element
+#bltCmd $graph extents
+#bltCmd $graph inside
+#bltCmd $graph invtransform
+##bltCmd $graph legend
+##bltCmd $graph marker
+##bltCmd $graph pen
+##bltCmd $graph postscript
+#bltCmd $graph transform
+##bltCmd $graph x2axis
+##bltCmd $graph xaxis
+##bltCmd $graph y2axis
+##bltCmd $graph yaxis
+
echo "done"
bltPlotDestroy $w
diff --git a/tests/linegraph.tcl b/tests/linegraph.tcl
index d77811e..b934cf7 100644
--- a/tests/linegraph.tcl
+++ b/tests/linegraph.tcl
@@ -48,6 +48,26 @@ bltTest $graph -width 300
bltTest $graph -plotwidth 300
bltTest $graph -plotheight 300
+##bltCmd $graph axis
+bltCmd $graph cget -background
+bltCmd $graph configure
+bltCmd $graph configure
+bltCmd $graph configure -background cyan
+##bltCmd $graph crosshairs
+##bltCmd $graph element
+#bltCmd $graph extents
+#bltCmd $graph inside
+#bltCmd $graph invtransform
+##bltCmd $graph legend
+##bltCmd $graph marker
+##bltCmd $graph pen
+##bltCmd $graph postscript
+#bltCmd $graph transform
+##bltCmd $graph x2axis
+##bltCmd $graph xaxis
+##bltCmd $graph y2axis
+##bltCmd $graph yaxis
+
echo "done"
bltPlotDestroy $w