mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-19 12:15:28 +00:00
consolidated all Util stuff in com.sap.sse.common.Util now
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ public class ParserTest {
|
||||
public void testScoreCorrectionProviderNixdorfFinal() throws Exception {
|
||||
ScoreCorrectionProviderImpl scoreCorrectionProvider = new ScoreCorrectionProviderImpl(getTestDocumentProvider(),
|
||||
CsvParserFactory.INSTANCE);
|
||||
Map<String, Set<com.sap.sse.common.UtilNew.Pair<String, TimePoint>>> hasResultsFor = scoreCorrectionProvider.getHasResultsForBoatClassFromDateByEventName();
|
||||
Map<String, Set<com.sap.sse.common.Util.Pair<String, TimePoint>>> hasResultsFor = scoreCorrectionProvider.getHasResultsForBoatClassFromDateByEventName();
|
||||
RegattaScoreCorrections starResult = scoreCorrectionProvider.getScoreCorrections(SAMPLE_INPUT_NAME_NIXDORF_POKAL_FINAL,
|
||||
"Star", hasResultsFor.get(SAMPLE_INPUT_NAME_NIXDORF_POKAL_FINAL).iterator().next().getB());
|
||||
assertNotNull(starResult);
|
||||
|
||||
Reference in New Issue
Block a user