fjlopezs / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 0 forks source link

Failing test: testWithProperties_metricUnitsDisabled #358

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The test above is failing in head, please fix.

java.lang.NullPointerException
at 
com.google.android.apps.mytracks.services.TrackRecordingService.insertWaypoint(T
rackRecordingService.java:910)
at 
com.google.android.apps.mytracks.services.TrackRecordingService$ServiceBinder.in
sertWaypoint(TrackRecordingService.java:1031)
at 
com.google.android.apps.mytracks.services.TrackRecordingServiceTest.fullRecordin
gSession(TrackRecordingServiceTest.java:811)
at 
com.google.android.apps.mytracks.services.TrackRecordingServiceTest.functionalTe
st(TrackRecordingServiceTest.java:779)
at 
com.google.android.apps.mytracks.services.TrackRecordingServiceTest.testWithProp
erties_metricUnitsDisabled(TrackRecordingServiceTest.java:675)
at java.lang.reflect.Method.invokeNative(Native Method)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:169)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:154)
at 
android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:52
9)
at 
android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1448)

Assigning to the person that annotate says wrote the failing line of code.

Original issue reported on code.google.com by rdama...@google.com on 23 Feb 2011 at 11:17