mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
fix for bug4040: computing update for storedURI/liveURI already in TracTrac connectivity params, keeping tracker ID and params ID equal
Change-Id: I8f86770286332a5198ab2ba57b83a52c67759008
This commit is contained in:
+1
-3
@@ -3,9 +3,7 @@ package com.sap.sailing.mongodb.test;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
import java.net.MalformedURLException;
|
||||
import java.net.URI;
|
||||
import java.net.URISyntaxException;
|
||||
import java.net.URL;
|
||||
import java.net.UnknownHostException;
|
||||
import java.util.HashSet;
|
||||
@@ -29,7 +27,7 @@ public class TracTracConnectivityParamsLoadAndStoreTest extends AbstractConnecti
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testStoreAndLoadSimpleTracTracParams() throws MalformedURLException, URISyntaxException {
|
||||
public void testStoreAndLoadSimpleTracTracParams() throws Exception {
|
||||
// set up
|
||||
final boolean trackWind = true;
|
||||
final boolean correctWindDirectionByMagneticDeclination = true;
|
||||
|
||||
Reference in New Issue
Block a user