Hi Guys,

I would like to build tlf unit tests and running from ant build.xml file
these tests. I did it without a problem:

<target name="flexunnit_tests">
        <flexunit
swf="${output.dir}/apps/automation_apps/bin/VellumUnit.swf" timeout="180000"
player="flash" toDir="${output.dir}/apps/automation_apps/bin"
haltonfailure="false" verbose="true" />
</target>

It's running a tests without a problem, but what should a I do to say to my
script "Hey I have finished my tests here you go my results!" ? Currently
script is waiting for the respons and crashing after some time. :)

Should I dispatch some event through the -> flexunituirunner:TestRunnerBase
?

Piotr



-----
Apache Flex Committer
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/Unit-tests-in-TLF-tp36199p40865.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to