summaryrefslogtreecommitdiffstats
path: root/tests/linepen.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/linepen.tcl')
-rw-r--r--tests/linepen.tcl52
1 files changed, 26 insertions, 26 deletions
diff --git a/tests/linepen.tcl b/tests/linepen.tcl
index d8cf2b0..3228cce 100644
--- a/tests/linepen.tcl
+++ b/tests/linepen.tcl
@@ -9,32 +9,32 @@ $graph element configure data2 -pen foo
echo "Testing Line Pen..."
$graph element configure data1
-bltTest3 $graph pen foo -color yellow
-bltTest3 $graph pen foo -dashes {8 3}
-bltTest3 $graph pen foo -errorbarcolor green
-bltTest3 $graph pen foo -errorbarwidth 2
-bltTest3 $graph pen foo -errorbarcap 10
-bltTest3 $graph pen foo -fill cyan
-bltTest3 $graph pen foo -linewidth 3
-bltTest3 $graph pen foo -offdash black
-bltTest3 $graph pen foo -outline green
-bltTest3 $graph pen foo -outlinewidth 5
-bltTest3 $graph pen foo -pixels 20
-bltTest3 $graph pen foo -showvalues none
-bltTest3 $graph pen foo -symbol arrow
-bltTest3 $graph pen foo -symbol cross
-bltTest3 $graph pen foo -symbol diamond
-bltTest3 $graph pen foo -symbol none
-bltTest3 $graph pen foo -symbol plus
-bltTest3 $graph pen foo -symbol scross
-bltTest3 $graph pen foo -symbol splus
-bltTest3 $graph pen foo -symbol square
-bltTest3 $graph pen foo -symbol triangle
-bltTest3 $graph pen foo -valueanchor n
-bltTest3 $graph pen foo -valuecolor cyan
-bltTest3 $graph pen foo -valuefont "times 18 bold italic"
-bltTest3 $graph pen foo -valueformat "%e"
-bltTest3 $graph pen foo -valuerotate 45
+bltTest3 $graph pen foo -color yellow $dops
+bltTest3 $graph pen foo -dashes {8 3} $dops
+bltTest3 $graph pen foo -errorbarcolor green $dops
+bltTest3 $graph pen foo -errorbarwidth 2 $dops
+bltTest3 $graph pen foo -errorbarcap 10 $dops
+bltTest3 $graph pen foo -fill cyan $dops
+bltTest3 $graph pen foo -linewidth 3 $dops
+bltTest3 $graph pen foo -offdash black $dops
+bltTest3 $graph pen foo -outline green $dops
+bltTest3 $graph pen foo -outlinewidth 5 $dops
+bltTest3 $graph pen foo -pixels 20 $dops
+bltTest3 $graph pen foo -showvalues none $dops
+bltTest3 $graph pen foo -symbol arrow $dops
+bltTest3 $graph pen foo -symbol cross $dops
+bltTest3 $graph pen foo -symbol diamond $dops
+bltTest3 $graph pen foo -symbol none $dops
+bltTest3 $graph pen foo -symbol plus $dops
+bltTest3 $graph pen foo -symbol scross $dops
+bltTest3 $graph pen foo -symbol splus $dops
+bltTest3 $graph pen foo -symbol square $dops
+bltTest3 $graph pen foo -symbol triangle $dops
+bltTest3 $graph pen foo -valueanchor n $dops
+bltTest3 $graph pen foo -valuecolor cyan $dops
+bltTest3 $graph pen foo -valuefont {times 18 bold italic} $dops
+bltTest3 $graph pen foo -valueformat "%e" $dops
+bltTest3 $graph pen foo -valuerotate 45 $dops
bltCmd $graph pen cget foo -color
bltCmd $graph pen configure foo