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

Commit 1cbbef0

Browse files
author
Kevin Li
authored
Update issue track link (#562)
1 parent 203e9dd commit 1cbbef0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/camera/CameraUpdateFactoryTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class CameraUpdateFactoryTest : BaseTest() {
4545
assertEquals("tilt should match:", 0.0, cameraPosition.tilt, 0.1)
4646
}
4747

48-
@Ignore("https://github.com/mapbox/mapbox-gl-native-android-internal/issues/69")
48+
@Ignore("https://github.com/mapbox/mapbox-gl-native-android/issues/561")
4949
@Test
5050
@UiThreadTest
5151
fun testLatLngBoundsTilted() {
@@ -94,7 +94,7 @@ class CameraUpdateFactoryTest : BaseTest() {
9494
assertEquals("tilt should match:", 0.0, cameraPosition.tilt, 0.1)
9595
}
9696

97-
@Ignore("https://github.com/mapbox/mapbox-gl-native-android-internal/issues/69")
97+
@Ignore("https://github.com/mapbox/mapbox-gl-native-android/issues/561")
9898
@Test
9999
@UiThreadTest
100100
fun testLatLngBoundsTiltedRotated() {
@@ -119,7 +119,7 @@ class CameraUpdateFactoryTest : BaseTest() {
119119
assertEquals("tilt should match:", 45.0, cameraPosition.tilt, 0.1)
120120
}
121121

122-
@Ignore("https://github.com/mapbox/mapbox-gl-native-android-internal/issues/69")
122+
@Ignore("https://github.com/mapbox/mapbox-gl-native-android/issues/561")
123123
@Test
124124
@UiThreadTest
125125
fun testLatLngBoundsWithProvidedTiltAndRotation() {

MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/maps/MapGestureDetectorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class MapGestureDetectorTest : BaseTest() {
122122
}
123123
}
124124

125-
@Ignore("https://github.com/mapbox/mapbox-gl-native-android-internal/issues/69")
125+
@Ignore("https://github.com/mapbox/mapbox-gl-native-android/issues/561")
126126
@Test
127127
fun doubleTap_minimalMovement() {
128128
validateTestSetup()

MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/testapp/camera/CameraForTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public void testGetCameraForLatLngBoundsBearing() {
7575
expectedPosition.bearing, actualPosition.bearing, 0.01f);
7676
}
7777

78-
@Ignore("https://github.com/mapbox/mapbox-gl-native-android-internal/issues/69")
78+
@Ignore("https://github.com/mapbox/mapbox-gl-native-android/issues/561")
7979
@Test
8080
@UiThreadTest
8181
public void testGetCameraForLatLngBoundsTilt() {
@@ -96,7 +96,7 @@ public void testGetCameraForLatLngBoundsTilt() {
9696
expectedPosition.bearing, actualPosition.bearing, 0.01f);
9797
}
9898

99-
@Ignore("https://github.com/mapbox/mapbox-gl-native-android-internal/issues/69")
99+
@Ignore("https://github.com/mapbox/mapbox-gl-native-android/issues/561")
100100
@Test
101101
@UiThreadTest
102102
public void testGetCameraForLatLngBoundsAll() {
@@ -191,7 +191,7 @@ public void testGetCameraForGeometryBearing() {
191191
expectedPosition.bearing, actualPosition.bearing, 0.01f);
192192
}
193193

194-
@Ignore("https://github.com/mapbox/mapbox-gl-native-android-internal/issues/69")
194+
@Ignore("https://github.com/mapbox/mapbox-gl-native-android/issues/561")
195195
@Test
196196
@UiThreadTest
197197
public void testGetCameraForGeometryTilt() {
@@ -212,7 +212,7 @@ public void testGetCameraForGeometryTilt() {
212212
expectedPosition.bearing, actualPosition.bearing, 0.01f);
213213
}
214214

215-
@Ignore("https://github.com/mapbox/mapbox-gl-native-android-internal/issues/69")
215+
@Ignore("https://github.com/mapbox/mapbox-gl-native-android/issues/561")
216216
@Test
217217
@UiThreadTest
218218
public void testGetCameraForGeometryAll() {

0 commit comments

Comments
 (0)