summaryrefslogtreecommitdiffstats
path: root/tests/linemarker.tcl
diff options
context:
space:
mode:
authorjoye <joye>2014-06-16 18:34:47 (GMT)
committerjoye <joye>2014-06-16 18:34:47 (GMT)
commit271f5abb7cfcd54a8edfaeb16b61357ef9262ea0 (patch)
tree2ba3a32573254052bac7869909e557e55f5ee32b /tests/linemarker.tcl
parent92531dc3020f4dfdca47d47085105840af77cfa3 (diff)
downloadblt-271f5abb7cfcd54a8edfaeb16b61357ef9262ea0.zip
blt-271f5abb7cfcd54a8edfaeb16b61357ef9262ea0.tar.gz
blt-271f5abb7cfcd54a8edfaeb16b61357ef9262ea0.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/linemarker.tcl')
-rw-r--r--tests/linemarker.tcl36
1 files changed, 18 insertions, 18 deletions
diff --git a/tests/linemarker.tcl b/tests/linemarker.tcl
index 7df2cff..c2ecf81 100644
--- a/tests/linemarker.tcl
+++ b/tests/linemarker.tcl
@@ -13,24 +13,24 @@ $graph element configure data1 -hide yes
echo "Testing Line Marker..."
bltCmd $graph marker configure $mm
-#bltTest3 $graph marker $mm -bindtags {aa}
-bltTest3 $graph marker $mm -cap round
-bltTest3 $graph marker $mm -coords {1 50 1.5 100 2 150}
-bltTest3 $graph marker $mm -dashes {8 3}
-bltTest3 $graph marker $mm -dashoffset 10
-bltTest3 $graph marker $mm -element data1
-bltTest3 $graph marker $nn -fill yellow
-bltTest3 $graph marker $mm -join round
-bltTest3 $graph marker $mm -linewidth 1
-bltTest3 $graph marker $mm -hide yes
-bltTest3 $graph marker $mm -mapx x2
-bltTest3 $graph marker $mm -mapy y2
-bltTest3 $graph marker $mm -outline green
-bltTest3 $graph marker $mm -state disabled
-bltTest3 $graph marker $mm -under yes
-bltTest3 $graph marker $mm -xoffset 20
-bltTest3 $graph marker $mm -xor yes
-bltTest3 $graph marker $mm -yoffset 20
+bltTest3 $graph marker $mm -bindtags {aa} 0
+bltTest3 $graph marker $mm -cap round $dops
+bltTest3 $graph marker $mm -coords {1 50 1.5 100 2 150} $dops
+bltTest3 $graph marker $mm -dashes {8 3} $dops
+bltTest3 $graph marker $mm -dashoffset 10 $dops
+bltTest3 $graph marker $mm -element data1 $dops
+bltTest3 $graph marker $nn -fill yellow $dops
+bltTest3 $graph marker $mm -join round $dops
+bltTest3 $graph marker $mm -linewidth 1 $dops
+bltTest3 $graph marker $mm -hide yes $dops
+bltTest3 $graph marker $mm -mapx x2 $dops
+bltTest3 $graph marker $mm -mapy y2 $dops
+bltTest3 $graph marker $mm -outline green $dops
+bltTest3 $graph marker $mm -state disabled $dops
+bltTest3 $graph marker $mm -under yes $dops
+bltTest3 $graph marker $mm -xoffset 20 $dops
+bltTest3 $graph marker $mm -xor yes $dops
+bltTest3 $graph marker $mm -yoffset 20 $dops
echo "done"
bltPlotDestroy $w