summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-12-05 18:32:48 +0200
committerTobrun <tobrun@mapbox.com>2018-12-10 16:59:50 +0100
commit70e10ba1337398995ea1a11b69052f7b0db0f6aa (patch)
tree5d8b7c07247e7eec956ae48b0a276f2d2fb7d740
parent981689477be154f18090a362c3777cabd08214b8 (diff)
downloadqtlocation-mapboxgl-70e10ba1337398995ea1a11b69052f7b0db0f6aa.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()