Any chance you could send a sample class file not running
could also be the tests them self not having [Test] annotations next
to them
package BLAH
{
// misc imports
public class AnyOldStartingClassnameEndingInTest
{
[Test]
public function anyOldTestName():void {
assertTrue(true);
}
}
--
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos
http://flexmojos.sonatype.org/