Kaydet (Commit) 1afc67a4 authored tarafından Ingrid Halama's avatar Ingrid Halama

chart47: #i111552# ApiTest: LineDash Property is tested with wrong type

üst e5fdcb5c
...@@ -80,21 +80,7 @@ public class _LineProperties extends MultiPropertyTest { ...@@ -80,21 +80,7 @@ public class _LineProperties extends MultiPropertyTest {
LineDash aLineDash2 = new LineDash(); LineDash aLineDash2 = new LineDash();
aLineDash.DashLen = 5; aLineDash.DashLen = 5;
aLineDash2.DashLen = 1; aLineDash2.DashLen = 1;
PropertyValue[] firstValue = new PropertyValue[2]; testProperty("LineDash",aLineDash,aLineDash2);
firstValue[0] = new PropertyValue();
firstValue[0].Name = "Name";
firstValue[0].Value = "Name1";
firstValue[1] = new PropertyValue();
firstValue[1].Name = "LineDash";
firstValue[1].Value = aLineDash;
PropertyValue[] secondValue = new PropertyValue[2];
secondValue[0] = new PropertyValue();
secondValue[0].Name = "Name";
secondValue[0].Value = "Name2";
secondValue[1] = new PropertyValue();
secondValue[1].Name = "LineDash";
secondValue[1].Value = aLineDash2;
testProperty("LineDash",firstValue,secondValue);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment