Re: [TLF] Bugs and help to fix TLF

2015-03-26 Thread Alex Harui
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 = writin

Re: [TLF] Bugs and help to fix TLF

2015-03-26 Thread piotrz
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.247.n4.nabble.com/TLF-Bugs-and-help-to-fix-TLF-tp45716p45813.html Sent from the Apache Flex Development maili

Re: [TLF] Bugs and help to fix TLF

2015-03-26 Thread Alex Harui
On 3/25/15, 11:17 PM, "piotrz" wrote: >That is why it confusing me. I have tests where both values are the same: > > > true > true > true > >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"

Re: [TLF] Bugs and help to fix TLF

2015-03-25 Thread piotrz
That is why it confusing me. I have tests where both values are the same: true true true http://apache-flex-development.247.n4.nabble.com/TLF-Bugs-and-help-to-fix-TLF-tp45716p45811.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [TLF] Bugs and help to fix TLF

2015-03-24 Thread Alex Harui
On 3/23/15, 10:53 PM, "piotrz" wrote: >You are probably correct Alex. I have in the test classes property: > >public var writingDirection:Array = [ BlockProgression.TB, Direction.LTR >] ; >- Initial values. > >But I really don't understand how should I fill this array based on >configuration? >

Re: [TLF] Bugs and help to fix TLF

2015-03-23 Thread piotrz
You are probably correct Alex. I have in the test classes property: public var writingDirection:Array = [ BlockProgression.TB, Direction.LTR ] ; - Initial values. But I really don't understand how should I fill this array based on configuration? false false Do you understand anything ? Piotr

Re: [TLF] Bugs and help to fix TLF

2015-03-23 Thread piotrz
Hi Harbs, I hope you will get back soon to us :) We definitely miss for your experience with TLF. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/TLF-Bugs-and-help-to-fix-TLF-tp45716p45721.html Sent

Re: [TLF] Bugs and help to fix TLF

2015-03-23 Thread Harbs
I’d like to look at these, but I have very limited time until about April 20 or so. Harbs On Mar 23, 2015, at 8:21 AM, piotrz wrote: > Hi All, > > Yesterday I have fixed couple of new tests in our TLF. Currently we are > having 591 runnable. :) > > 1) One of the fixed test is failing [1] - I

Re: [TLF] Bugs and help to fix TLF

2015-03-22 Thread Alex Harui
On 3/22/15, 11:21 PM, "piotrz" wrote: >Hi All, > >Yesterday I have fixed couple of new tests in our TLF. Currently we are >having 591 runnable. :) Thanks for working on this. > >4) Lately I wrote class which helps loading configuration for tests. >Example >of such configuration [2] >This conf