I'm not certain whether this test was obsolete. When I run all the tests on my Genymotion (Google Nexus S - 4.1.1 - API 16), PointQuadTreeTest failed.
junit.framework.AssertionFailedError: expected:<399600> but was:<399800>
at com.google.maps.android.quadtree.PointQuadTreeTest.testManyPoints(PointQuadTreeTest.java:139)
at java.lang.reflect.Method.invokeNative(Native Method)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:190)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:175)
at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:555)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1584)
I'm not certain whether this test was obsolete. When I run all the tests on my Genymotion (Google Nexus S - 4.1.1 - API 16), PointQuadTreeTest failed.