|
From: John M. H. <ma...@ni...> - 2007-02-15 01:33:40
|
I've had this happen, seemingly at random. Occasionally it has looked like errors thrown while a constructor is running is the problem. Tom Cole wrote: > 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 > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Asunit-users mailing list > Asu...@li... > https://lists.sourceforge.net/lists/listinfo/asunit-users > |