5ed57d86a36fa7c8c57ffe4b11ccc103a40f6dfd
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAADeclinationImportTest.java
| ... | ... | @@ -1,7 +1,6 @@ |
| 1 | 1 | package com.sap.sailing.declination.test; |
| 2 | 2 | |
| 3 | 3 | import org.junit.jupiter.api.BeforeEach; |
| 4 | -import org.junit.jupiter.api.Disabled; |
|
| 5 | 4 | |
| 6 | 5 | import com.sap.sailing.declination.impl.NOAAImporterForTesting; |
| 7 | 6 |
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAADeclinationServiceTest.java
| ... | ... | @@ -1,7 +1,6 @@ |
| 1 | 1 | package com.sap.sailing.declination.test; |
| 2 | 2 | |
| 3 | 3 | import org.junit.jupiter.api.BeforeEach; |
| 4 | -import org.junit.jupiter.api.Disabled; |
|
| 5 | 4 | |
| 6 | 5 | import com.sap.sailing.declination.impl.NOAAImporter; |
| 7 | 6 |
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAADeclinationStoreTest.java
| ... | ... | @@ -1,7 +1,6 @@ |
| 1 | 1 | package com.sap.sailing.declination.test; |
| 2 | 2 | |
| 3 | 3 | import org.junit.jupiter.api.BeforeEach; |
| 4 | -import org.junit.jupiter.api.Disabled; |
|
| 5 | 4 | |
| 6 | 5 | import com.sap.sailing.declination.impl.NOAAImporter; |
| 7 | 6 |
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAASimpleDeclinationTest.java
| ... | ... | @@ -1,7 +1,6 @@ |
| 1 | 1 | package com.sap.sailing.declination.test; |
| 2 | 2 | |
| 3 | 3 | import org.junit.jupiter.api.BeforeEach; |
| 4 | -import org.junit.jupiter.api.Disabled; |
|
| 5 | 4 | |
| 6 | 5 | import com.sap.sailing.declination.impl.NOAAImporter; |
| 7 | 6 |