My app implements a custom content provider, I have Android JUnit tests for it both for basic operations and more complex ones (using ContentProviderOperations).
my tests pass on a GB emulator, but failing (due to unexpected behavior) on a JB device and ICS emulator.
what are the differences between Android versions that can cause different behavior ?