Skip to content

Commit 39e72fd

Browse files
committed
Suppressed unit tests for HighResolutionTerrain until a test data cache is established
1 parent 7f7b9ff commit 39e72fd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/gov/nasa/worldwind/util/HighResolutionTerrainTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import gov.nasa.worldwind.geom.*;
1010
import gov.nasa.worldwind.globes.*;
1111
import gov.nasa.worldwind.terrain.*;
12-
import org.junit.Test;
12+
import org.junit.*;
1313
import org.junit.runner.RunWith;
1414
import org.junit.runners.JUnit4;
1515

@@ -18,6 +18,7 @@
1818

1919
import static org.junit.Assert.*;
2020

21+
@Ignore
2122
@RunWith(JUnit4.class)
2223
public class HighResolutionTerrainTest
2324
{

test/gov/nasa/worldwind/util/HighResolutionTerrainTest2.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import gov.nasa.worldwind.geom.*;
1010
import gov.nasa.worldwind.globes.*;
1111
import gov.nasa.worldwind.terrain.HighResolutionTerrain;
12-
import org.junit.Test;
12+
import org.junit.*;
1313
import org.junit.runner.RunWith;
1414
import org.junit.runners.JUnit4;
1515

@@ -20,6 +20,7 @@
2020
/**
2121
* Checks for re-occurrence of WWJ-521.
2222
*/
23+
@Ignore
2324
@RunWith(JUnit4.class)
2425
public class HighResolutionTerrainTest2
2526
{

0 commit comments

Comments
 (0)