summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-12-05 18:32:48 +0200
committertobrun <tobrun.van.nuland@gmail.com>2018-12-10 11:49:35 +0100
commit99dc2083fc8f6cfd8ce8c223272adcf761de8ada (patch)
tree5d8b7c07247e7eec956ae48b0a276f2d2fb7d740
parentb54775a5047442513131f945594276871807bbeb (diff)
downloadqtlocation-mapboxgl-99dc2083fc8f6cfd8ce8c223272adcf761de8ada.tar.gz
[android] - un-ignore location tests
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/test/java/com/mapbox/mapboxsdk/location/LocationComponentTest.kt5
1 files changed, 0 insertions, 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()