I just poked through the tests a bit. The TableTests are definitely not going to work. They look like they were written for the old Table architecture. The class names do not even match.
I should rewrite the tests to work on tables, but I have no idea how the tests are supposed to work. Is there a primer on how FlexUnit is supposed to be working? On Nov 24, 2014, at 11:33 AM, piotrz <piotrzarzyck...@gmail.com> wrote: > Hi Harbs, > > That is great!! > > Before the merge with your branch I had everything set up in my IDE Intellij > and was able to build project and debug, but now I can't figure out why it > doesn't work. That's why I've added to our ant script ability to build > project in debug mode. :) > In build.properties you have to set: > > minimalTests = true (to run all tests) > flexdebug = true (to have ability to debug tests) > > Note one thing if you have run one selected tests you can add it to: > MinimalTestsSuite.as and all runnuble tests are in AllTestsSuite.as > > As for debug - Once you build by ant flex unit app with flexdebug mode, you > have to run in your IDE > > 1) debug listening > 2) run tlf flex unit app using Vellum > flex-tlf/bin/apps/automation_apps/bin/VellumUnit.html > > Piotr > > > > > > > ----- > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this message in context: > http://apache-flex-development.2333347.n4.nabble.com/Commit-of-table-work-tp41095p42701.html > Sent from the Apache Flex Development mailing list archive at Nabble.com.