summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoye <joye>2014-05-20 18:10:16 (GMT)
committerjoye <joye>2014-05-20 18:10:16 (GMT)
commit9cd94eac6c4d0bf60a32daa15b769d45881a56dd (patch)
treee855f57ac86c36aef655aa693aa72b68f4709dba
parent1bdf79314c42564a872683cb9a742bcd2aa02a8c (diff)
downloadblt-9cd94eac6c4d0bf60a32daa15b769d45881a56dd.zip
blt-9cd94eac6c4d0bf60a32daa15b769d45881a56dd.tar.gz
blt-9cd94eac6c4d0bf60a32daa15b769d45881a56dd.tar.bz2
*** empty log message ***
-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