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:
Axel Uhl
2017-01-26 11:55:46 +01:00
parent 8866211749
commit 9a8df602b4
10 changed files with 139 additions and 263 deletions
@@ -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;