I have added a Robotium based test for the AdvancedMapViewer to my clone of the project.
There are currently only two tests that test map movement with and without screen rotation. I have found similar tests useful for establishing the presence of memory leaks.
To get it, checkout
and have a look in the README file on the top level directory of the AdvancedMapViewer_Test project.
This is not a maven build project, so you need to import it into Eclipse and then run it as a Android JUnit Test. You will also need to install a valid map file called testmap.map onto the sdcard of your testing device/emulator.
Please let me know if these instructions are sufficient, any trouble you run into etc.
If people find this helpful, I will push it to master.
Ludwig