|
From: Alias <ali...@gm...> - 2005-10-17 22:47:57
|
Hi Luke, That's cool :) I think it's definitely the way to go, at least for me, as I've found the window swf generally a bit unreliable, and having to switch between the flash IDE & Eclipse to check if my tests have passed is a bit counterproductive. I've actually asked about it on the MTASC list - Nicholas Canasse had this to say: >If I remember correctly I think usualy you call startDrag on an mc instanc= e > >mc.startDrag(false,0,.....) > >so there is no need for "target". So the issue is more to do with the Flash 8 compiler being strict in a different, slightly strange way. The other thing I noticed was that the dra= g parameters were getting switched around. I'm going to get the source and se= e if I can get it to work properly. I deployed my first properly unit tested class today, and I was surprised how well it turned out. If I get it working, where should I email the patch to? Cheers, Alias On 10/17/05, Luke Bayes <lb...@gm...> wrote: > > Hey Alias, > > As it turns out, you've discovered a feature that was baked into the > very first builds of AsUnit and actually hasn't gotten any attention > since! > > I was running into a bug in the Macro compiler that prevented that > LocalOutputPanel from displaying properly. Rather than chasing it > down, I just stopped development on it and left it sad and neglected > for all this time. > > Fortunately, you have resurrected it at a perfect time! > > We will take a look at the sources and see what we can find to make > that panel work properly. It's definitely *not* a bug in MTASC. In > general, MTASC is stricter than MMC and forces one to actually write > clean code - which that LocalOutputPanel probably isn't... > > If you're interested in inserting the fix yourself, please feel free > to download the latest sources into your classpath from CVS at > sourceforge (http://sourceforge.net/cvs/?group_id=3D108947) and submit a > patch via email. We'll integrate it into the next build which should > be coming out shortly! > > > Thanks, > > Luke Bayes > www.asunit.com <http://www.asunit.com> > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Asunit-users mailing list > Asu...@li... > https://lists.sourceforge.net/lists/listinfo/asunit-users > |