Hi Piotr,

I fixed the bug that was causing the vast majority of the errors. Currently 
there’s no errors, but six failures in FloatTest:


[flexunit] Suite: UnitTest.Tests.FloatTest
 [flexunit] Tests run: 56, Failures: 6, Errors: 0, Skipped: 1, Time elapsed: 
22.253 sec
 [flexunit] 
 [flexunit] Results :
 [flexunit] 
 [flexunit] Tests run: 56, Failures: 6, Errors: 0, Skipped: 1, Time elapsed: 
22.253 sec
 [flexunit] 


All six failures appear to be an issue with the vertical positioning of floats.

Is there a way I can debug these tests to find where it’s going wrong?

Also, how do I run the rest of the tests to make sure there’s no more failures?

On Nov 19, 2014, at 12:18 AM, piotrz <piotrzarzyck...@gmail.com> wrote:

> Harbs,
> 
> I did quick look into the errors of failing tests. I don't know what could
> be the cause of this errors - you have to look into that on your own. :/
> 
> Class FloatTest - every test in this class is failing with the same error:
> 
> http://paste.ofcode.org/VJTfQaGaDgxeGnyRXg8jKu
> 
> Try to analize for example this test -> rightBigIndent - This is one of the
> failed method. 
> 
> To run only FloatTest and see what is happened you have to:
> 
> 1) In build.properties file set up
> 
> minimalTests = true 
> flexdebug = false - only if you want debuggable swf
> 
> 2) Setup in env.properties file FLEX_HOME path
> 
> 3) Run the tests using ant "all" target
> 
> Once the tests finished you will find xml report file in this location:
> 
> flex-tlf\bin\apps\automation_apps\bin\TEST-UnitTest.Tests.FloatTest.xml
> 
> Piotr
> 
> 
> 
> 
> 
> 
> 
> 
> -----
> Apache Flex PMC
> piotrzarzyck...@gmail.com
> --
> View this message in context: 
> http://apache-flex-development.2333347.n4.nabble.com/Commit-of-table-work-tp41095p42486.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to