File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
test/gov/nasa/worldwind/util Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9
9
import gov .nasa .worldwind .geom .*;
10
10
import gov .nasa .worldwind .globes .*;
11
11
import gov .nasa .worldwind .terrain .*;
12
- import org .junit .Test ;
12
+ import org .junit .* ;
13
13
import org .junit .runner .RunWith ;
14
14
import org .junit .runners .JUnit4 ;
15
15
18
18
19
19
import static org .junit .Assert .*;
20
20
21
+ @ Ignore
21
22
@ RunWith (JUnit4 .class )
22
23
public class HighResolutionTerrainTest
23
24
{
Original file line number Diff line number Diff line change 9
9
import gov .nasa .worldwind .geom .*;
10
10
import gov .nasa .worldwind .globes .*;
11
11
import gov .nasa .worldwind .terrain .HighResolutionTerrain ;
12
- import org .junit .Test ;
12
+ import org .junit .* ;
13
13
import org .junit .runner .RunWith ;
14
14
import org .junit .runners .JUnit4 ;
15
15
20
20
/**
21
21
* Checks for re-occurrence of WWJ-521.
22
22
*/
23
+ @ Ignore
23
24
@ RunWith (JUnit4 .class )
24
25
public class HighResolutionTerrainTest2
25
26
{
You can’t perform that action at this time.
0 commit comments