From 70e10ba1337398995ea1a11b69052f7b0db0f6aa Mon Sep 17 00:00:00 2001 From: Tobrun Date: Wed, 5 Dec 2018 18:32:48 +0200 Subject: [android] - un-ignore location tests --- .../test/java/com/mapbox/mapboxsdk/location/LocationComponentTest.kt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/platform/android/MapboxGLAndroidSDK/src/test/java/com/mapbox/mapboxsdk/location/LocationComponentTest.kt b/platform/android/MapboxGLAndroidSDK/src/test/java/com/mapbox/mapboxsdk/location/LocationComponentTest.kt index eca87cfef5..0c8684e061 100644 --- a/platform/android/MapboxGLAndroidSDK/src/test/java/com/mapbox/mapboxsdk/location/LocationComponentTest.kt +++ b/platform/android/MapboxGLAndroidSDK/src/test/java/com/mapbox/mapboxsdk/location/LocationComponentTest.kt @@ -69,7 +69,6 @@ class LocationComponentTest { } @Test - @Ignore fun activateWithRequestTest() { locationComponent.activateLocationComponent(context, locationEngine, locationEngineRequest, locationComponentOptions) Assert.assertEquals(locationEngineRequest, locationComponent.locationEngineRequest) @@ -89,7 +88,6 @@ class LocationComponentTest { } @Test - @Ignore fun locationUpdatesWhenEnabledDisableTest() { locationComponent.activateLocationComponent(context, locationEngine, locationEngineRequest, locationComponentOptions) verify(locationEngine, times(0)).removeLocationUpdates(currentListener) @@ -108,7 +106,6 @@ class LocationComponentTest { } @Test - @Ignore fun locationUpdatesWhenStartedStoppedTest() { locationComponent.activateLocationComponent(context, locationEngine, locationEngineRequest, locationComponentOptions) locationComponent.onStart() @@ -122,7 +119,6 @@ class LocationComponentTest { } @Test - @Ignore fun locationUpdatesWhenNewRequestTest() { locationComponent.activateLocationComponent(context, locationEngine, locationEngineRequest, locationComponentOptions) locationComponent.onStart() @@ -135,7 +131,6 @@ class LocationComponentTest { } @Test - @Ignore fun lastLocationUpdateOnStartTest() { locationComponent.activateLocationComponent(context, locationEngine, locationEngineRequest, locationComponentOptions) locationComponent.onStart() -- cgit v1.2.1