Hi Piotr,

I haven’t actually stepped through the code, but it just doesn’t look like
the code you quoted:

if (writingDirection[0] != "tb" && writingDirection[1] != "ltr")
{
      fileData.flowNS::TextFlow.@blockProgression = writingDirection[0];
      fileData.flowNS::TextFlow.@direction = writingDirection[1];
}

Is the code that reads in and reacts to data like:

<TestData name="rl_ltr">true</TestData>
        <TestData name="tb_rtl">true</TestData>

So, my current thinking is that having both rl_ltr and tb_rtl be true in a
single test case is just a mistake as no code ever did anything with it.

Either that or a test case is expected to execute both configurations
somehow.

Of course, I could be wrong.

-Alex



On 3/26/15, 12:41 AM, "piotrz" <piotrzarzyck...@gmail.com> wrote:

>Alex,
>
>I am sorry but I don't understand what you are asking..
>
>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-tp45716p45813.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to