@@ -65,49 +65,49 @@ public class ReferenceFileTest {
6565 public void checkRandomReferenceRecords () throws Exception {
6666 LOG .info ("checkRandomReferenceRecords" );
6767 checkFile (RANDOM_REFERENCE_FILE_1 );
68- @ ignore checkFile (RANDOM_REFERENCE_FILE_2 );
69- @ ignore checkFile (RANDOM_REFERENCE_FILE_3 );
68+ checkFile (RANDOM_REFERENCE_FILE_2 );
69+ checkFile (RANDOM_REFERENCE_FILE_3 );
7070 }
7171
7272 @ SuppressWarnings ("JUnitTestMethodWithNoAssertions" )
7373 @ Test
7474 public void checkGridReferenceRecords () throws Exception {
7575 LOG .info ("checkGridReferenceRecords" );
7676 checkFile (GRID_REFERENCE_FILE_1 );
77- @ ignore checkFile (GRID_REFERENCE_FILE_2 );
78- @ ignore checkFile (GRID_REFERENCE_FILE_3 );
77+ checkFile (GRID_REFERENCE_FILE_2 );
78+ checkFile (GRID_REFERENCE_FILE_3 );
7979 }
8080
8181 @ SuppressWarnings ("JUnitTestMethodWithNoAssertions" )
8282 @ Test
8383 public void checkBoundariesReferenceRecords () throws Exception {
8484 LOG .info ("checkBoundariesReferenceRecords" );
85- @ ignore checkFile (BOUNDARIES_REFERENCE_FILE );
85+ checkFile (BOUNDARIES_REFERENCE_FILE );
8686 }
8787
8888 @ SuppressWarnings ("JUnitTestMethodWithNoAssertions" )
8989 @ Test
9090 public void checkRandomReferenceRecordsPrecision2 () throws Exception {
9191 LOG .info ("checkRandomReferenceRecordsPrecision2" );
9292 checkFile (RANDOM_REFERENCE_FILE_1_HP );
93- @ ignore checkFile (RANDOM_REFERENCE_FILE_2_HP );
94- @ ignore checkFile (RANDOM_REFERENCE_FILE_3_HP );
93+ checkFile (RANDOM_REFERENCE_FILE_2_HP );
94+ checkFile (RANDOM_REFERENCE_FILE_3_HP );
9595 }
9696
9797 @ SuppressWarnings ("JUnitTestMethodWithNoAssertions" )
9898 @ Test
9999 public void checkGridReferenceRecordsPrecision2 () throws Exception {
100100 LOG .info ("checkGridReferenceRecordsPrecision2" );
101101 checkFile (GRID_REFERENCE_FILE_1_HP );
102- @ ignore checkFile (GRID_REFERENCE_FILE_2_HP );
103- @ ignore checkFile (GRID_REFERENCE_FILE_3_HP );
102+ checkFile (GRID_REFERENCE_FILE_2_HP );
103+ checkFile (GRID_REFERENCE_FILE_3_HP );
104104 }
105105
106106 @ SuppressWarnings ("JUnitTestMethodWithNoAssertions" )
107107 @ Test
108108 public void checkBoundariesReferenceRecordsPrecision2 () throws Exception {
109109 LOG .info ("checkBoundariesReferenceRecordsPrecision2" );
110- @ ignore checkFile (BOUNDARIES_REFERENCE_FILE_HP );
110+ checkFile (BOUNDARIES_REFERENCE_FILE_HP );
111111 }
112112
113113 @ SuppressWarnings ("BusyWait" )
0 commit comments