It has come to my attention that FlexUnit has some metadata tags wrongly
defined, in org.flexunit.runner.FlexUnitCore there are:

 [Event(type="testsComplete", type="flash.events.Event")]
 [Event(type="runnerStart", type="flash.events.Event")]
 [Event(type="testsStopped", type="flash.events.Event")]

Where it should be:

 [Event(name="testsComplete", type="flash.events.Event")]
 [Event(name="runnerStart", type="flash.events.Event")]
 [Event(name="testsStopped", type="flash.events.Event")]

I don't know if there are more tags using wrong properties, a quick search
showed only those ones.

Best regards

Reply via email to