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 19:09:07 +0100
commit16bf1fcbf6c165c24cb40bc4d8db8d90eb2a02b6 (patch)
tree4266cbc62fd9153fb1f7893d3c3d765a64788903
parentb914a7c3f4122d69fca21cf21325f5d8be7e68be (diff)
downloadqtlocation-mapboxgl-16bf1fcbf6c165c24cb40bc4d8db8d90eb2a02b6.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()