Open natilivni opened 9 years ago
What version of flexunit is required as a minimum for async tests?
Documentation says 4.0 which I could not find hosted anywhere. I could not find any documentation on 4.0-rc2 but have some hope that it supported them.
http://mvnrepository.com/artifact/org.sonatype.flexmojos/flexmojos-unittest-support/4.0-RC2
Is not flexunit. It is a flexmojos 3.4 < dependency to run unittest See
Newer version of FlexUnit is available here which has to be mavenized for us to use.
What do you recommend @nakulgan ?
If someone with more experience with maven and pom.xml files wants to tackle this, it would be great. The highest version of flexunit (used to run the as3 unit tests) that maven seems to currently support is 4.0-rc1. Problem is that this version does not support async tests which are fairly important in as3. If someone want to try and modify the pom.xml to run a higher version of flexunit, we can try and restore the test. There seems to be a version of 4.0-rc2 hosted here: http://mvnrepository.com/artifact/org.sonatype.flexmojos/flexmojos-unittest-support/4.0-RC2
but I was not able to get it to work.