It’s quite possible that I completely broke composition of floats. None of my test cases use floats.
I tried to stay away from changing anything that could affect floats, but I might have not been successful… Some clarifications: 1) Do you mean the build.properties in flex-tlf? in flex-sdk? or somewhere else? 2) I’m not sure what you mean about FLEX_HOME. Is there something special I need to do there besides what I’d do to make the SDK build? 3) Is that ant on flex or tlf? What’s the exact command I need? “ant all”? 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.