|
From: Tom C. <tco...@go...> - 2007-02-12 18:00:47
|
Hi everyone, I'm trying to get as25 working with my project in FlashDevelop (compiling with MTASC). With one test class it works fine and I get full output like this: AsUnit 2.5 by Luke Bayes and Ali Mills ..F Time: 0.065 There was 1 failure: 0) com.saffroninter.lms.LMSAPITest.testMyCode() assertTrue.message: This will fail! FAILURES!!! Tests run: 2, Failures: 1, Errors: 0 However, if I add a second test class like this to my AllTests.as in the package... addTest(new mypackage.MyClassOne()); addTest(new mypackage.MyClassTwo()); ..all I get is this in the output: AsUnit 2.5 by Luke Bayes and Ali Mills ..F If you have seen this before or have any idea what I'm doing wrong, please can you point me in the right direction. Many thanks, Tom |