summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoye <joye>2014-06-18 19:28:57 (GMT)
committerjoye <joye>2014-06-18 19:28:57 (GMT)
commit52ae1f488228acad90dd2a429726584c2dd36b96 (patch)
tree5e6e0358c9fdd69eb3032d18efc7b2c654e519b5
parent56b5e616c0ab242fb4d7943bf6b18b0e0871e267 (diff)
downloadblt-52ae1f488228acad90dd2a429726584c2dd36b96.zip
blt-52ae1f488228acad90dd2a429726584c2dd36b96.tar.gz
blt-52ae1f488228acad90dd2a429726584c2dd36b96.tar.bz2
*** empty log message ***
-rw-r--r--tests/axis.tcl2
-rw-r--r--tests/bargraph.tcl2
-rw-r--r--tests/linegraph.tcl2
-rw-r--r--tests/textmarker.tcl2
4 files changed, 8 insertions, 0 deletions
diff --git a/tests/axis.tcl b/tests/axis.tcl
index 51aeabd..041a300 100644
--- a/tests/axis.tcl
+++ b/tests/axis.tcl
@@ -34,6 +34,8 @@ bltTest3 $graph axis x -gridminordashes {8 3} $dops
bltTest3 $graph axis x -gridminorlinewidth 2 $dops
bltTest3 $graph axis x -hide yes $dops
bltTest3 $graph axis x -justify left $dops
+bltTest3 $graph axis x -justify center $dops
+bltTest3 $graph axis x -justify right $dops
bltTest3 $graph axis x -labeloffset yes $dops
bltTest3 $graph axis x -limitscolor red $dops
bltTest3 $graph axis x -limitsfont {times 18 bold italic} $dops
diff --git a/tests/bargraph.tcl b/tests/bargraph.tcl
index 23e986c..03f538f 100644
--- a/tests/bargraph.tcl
+++ b/tests/bargraph.tcl
@@ -31,6 +31,8 @@ bltTest $graph -height 300 $dops
#bltTest $graph -highlightthickness $dops
bltTest $graph -invertxy yes $dops
bltTest $graph -justify left $dops
+bltTest $graph -justify center $dops
+bltTest $graph -justify right $dops
bltTest $graph -leftmargin 50 $dops
bltTest $graph -lm 50 $dops
bltTest $graph -plotbackground cyan $dops
diff --git a/tests/linegraph.tcl b/tests/linegraph.tcl
index ab56fd1..4e70dd5 100644
--- a/tests/linegraph.tcl
+++ b/tests/linegraph.tcl
@@ -26,6 +26,8 @@ bltTest $graph -height 300 $dops
#bltTest $graph -highlightthickness $dops
bltTest $graph -invertxy yes $dops
bltTest $graph -justify left $dops
+bltTest $graph -justify center $dops
+bltTest $graph -justify right $dops
bltTest $graph -leftmargin 50 $dops
bltTest $graph -lm 50 $dops
bltTest $graph -plotbackground cyan $dops
diff --git a/tests/textmarker.tcl b/tests/textmarker.tcl
index f37f35f..8644d43 100644
--- a/tests/textmarker.tcl
+++ b/tests/textmarker.tcl
@@ -26,6 +26,8 @@ bltTest3 $graph marker $mm -fg cyan $dops
bltTest3 $graph marker $mm -fill yellow $dops
bltTest3 $graph marker $mm -font {times 24 bold italic} $dops
bltTest3 $graph marker $mm -foreground blue $dops
+bltTest3 $graph marker $mm -justify left $dops
+bltTest3 $graph marker $mm -justify center $dops
bltTest3 $graph marker $mm -justify right $dops
bltTest3 $graph marker $mm -hide yes $dops
bltTest3 $graph marker $mm -mapx x2 $dops