Actually, I'm running EMMA in off-line mode (through android-maven-plugin). I had a custom Cursor class in my project (extending AbstractCursor), and corresponding unit tests (using jmock). This class was not used in my project anymore, so I simply removed it, and removed corresponding tests, and there it is : my tests pass again on 1.6 emulator! I guess emma + jmock with quite complex mockery expectations in my tests was too heavy for LinearAlloc on 1.6..
Thanx for your help. Lorie. -- You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en

