mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 14:38:45 +00:00
Merge branch 'master' into search
This commit is contained in:
+29698
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
+1
-1
@@ -39,7 +39,7 @@ public class TrackFileImportTest {
|
||||
|
||||
@Test
|
||||
public void testKmlOnlyLatLong() throws IOException, FormatNotSupportedException {
|
||||
InputStream in = getClass().getResourceAsStream("/sam002903 - COMPETITORS.kml");
|
||||
InputStream in = getClass().getResourceAsStream("/Cardiff Race22 - COMPETITORS.kml");
|
||||
new RouteConverterGPSFixImporterImpl().importFixes(in, new Callback() {
|
||||
@Override
|
||||
public void addFix(GPSFix fix, TrackFileImportDeviceIdentifier device) {
|
||||
|
||||
Reference in New Issue
Block a user