summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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