[android-developers] FragmentActivity class appears to be incompatible with instrumented test classes

2011-04-07 Thread securelpb
I have a problem executing android unit tests against android applications that utilize the recently released Fragment support API. When the test is run against a FragmentActivity the following error shows up in the log and the class fails to load. When run against an identical class, but one

[android-developers] FragmentActivity class appears to be incompatible with instrumented test classes

2011-04-07 Thread securelpb
I have a problem executing android unit tests against android applications that utilize the recently released Fragment support API. When the test is run against a FragmentActivity the following error shows up in the log and the class fails to load. When run against an identical class, but one