On 3/25/15, 11:17 PM, "piotrz" <piotrzarzyck...@gmail.com> wrote:
>That is why it confusing me. I have tests where both values are the same: > ><TestCase functionName="scrollRectTest"> > <TestData name="bitmapSnapshot">true</TestData> > <TestData name="rl_ltr">true</TestData> > <TestData name="tb_rtl">true</TestData> ></TestCase > >I don't know how to fill my array in that case. :/ > >I see only one condition which uses these data: > >if (writingDirection[0] != "tb" && writingDirection[1] != "ltr") >{ > fileData.flowNS::TextFlow.@blockProgression = writingDirection[0]; > fileData.flowNS::TextFlow.@direction = writingDirection[1]; >} Are you sure this code is applying the TestData with name == “rl_ltr” or “tb_rtl”? -Alex