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];
}

Piotr



-----
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/TLF-Bugs-and-help-to-fix-TLF-tp45716p45811.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to