Skip to content

Commit

Permalink
remove useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten Wullink authored and Maarten Wullink committed Mar 7, 2019
1 parent a95b16b commit 40ba819
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pcap-to-parquet/src/test/java/nl/sidn/pcap/MainTest.java
Expand Up @@ -20,7 +20,6 @@
package nl.sidn.pcap;

import java.io.File;
import org.junit.Test;

public class MainTest {

Expand All @@ -39,19 +38,4 @@ public void testRun() {
main.run(args);
}



@Test
public void testRun2() {
Main main = new Main();

ClassLoader classLoader = getClass().getClassLoader();

String[] args =
{"ns1.dns.nl_ams1-ns1", classLoader.getResource("test-settings.properties").getFile(),
"/Users/maartenwullink/sidn/development/tmp/pcap/",
"/Users/maartenwullink/sidn/development/tmp/pcap/parquet",
"/Users/maartenwullink/sidn/development/tmp/entrada/"};
main.run(args);
}
}

0 comments on commit 40ba819

Please sign in to comment.