GOSSIP-34 remove json that makes ASF sad

This commit is contained in:
Edward Capriolo
2017-01-03 14:12:21 -05:00
parent f1935beb6a
commit 0bdf2f6920
9 changed files with 45 additions and 38 deletions

View File

@ -18,7 +18,6 @@
package org.apache.gossip;
import org.apache.log4j.Logger;
import org.json.JSONException;
import io.teknek.tunit.TUnit;
@ -47,7 +46,7 @@ public class StartupSettingsTest {
@Test
public void testUsingSettingsFile() throws IOException, InterruptedException, JSONException, URISyntaxException {
public void testUsingSettingsFile() throws IOException, InterruptedException, URISyntaxException {
File settingsFile = File.createTempFile("gossipTest",".json");
log.debug( "Using settings file: " + settingsFile.getAbsolutePath() );
settingsFile.deleteOnExit();