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 99import gov .nasa .worldwind .geom .*;
1010import gov .nasa .worldwind .globes .*;
1111import gov .nasa .worldwind .terrain .*;
12- import org .junit .Test ;
12+ import org .junit .* ;
1313import org .junit .runner .RunWith ;
1414import org .junit .runners .JUnit4 ;
1515
1818
1919import static org .junit .Assert .*;
2020
21+ @ Ignore
2122@ RunWith (JUnit4 .class )
2223public class HighResolutionTerrainTest
2324{
Original file line number Diff line number Diff line change 99import gov .nasa .worldwind .geom .*;
1010import gov .nasa .worldwind .globes .*;
1111import gov .nasa .worldwind .terrain .HighResolutionTerrain ;
12- import org .junit .Test ;
12+ import org .junit .* ;
1313import org .junit .runner .RunWith ;
1414import org .junit .runners .JUnit4 ;
1515
2020/**
2121 * Checks for re-occurrence of WWJ-521.
2222 */
23+ @ Ignore
2324@ RunWith (JUnit4 .class )
2425public class HighResolutionTerrainTest2
2526{
You can’t perform that action at this time.
0 commit comments