Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit cc1c881

Browse files
author
Igor Tarasov
committed
[test] Enable offline download across world bounds test.
1 parent d9c14cb commit cc1c881

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/offline/OfflineDownloadTest.kt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import com.mapbox.mapboxsdk.testapp.activity.FeatureOverviewActivity
1111
import java.util.concurrent.CountDownLatch
1212
import java.util.concurrent.TimeUnit
1313
import java.util.concurrent.TimeoutException
14-
import org.junit.Ignore
1514
import org.junit.Rule
1615
import org.junit.Test
1716
import org.junit.runner.RunWith
@@ -54,7 +53,6 @@ class OfflineDownloadTest : OfflineRegion.OfflineRegionObserver {
5453
}
5554

5655
@Test(timeout = 60000)
57-
@Ignore("https://github.com/mapbox/mapbox-gl-native-android/issues/536")
5856
fun offlineDownloadAcrossWorldBounds() {
5957
rule.runOnUiThreadActivity {
6058
OfflineManager.getInstance(rule.activity).createOfflineRegion(
@@ -69,6 +67,14 @@ class OfflineDownloadTest : OfflineRegion.OfflineRegionObserver {
6967
Point.fromLngLat(
7068
-180.1,
7169
12.0
70+
),
71+
Point.fromLngLat(
72+
-180.1,
73+
11.8
74+
),
75+
Point.fromLngLat(
76+
-180.1,
77+
11.8
7278
)
7379
)
7480
)

0 commit comments

Comments
 (0)