I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 98a4460b authored by zzz's avatar zzz
Browse files

fix test compile

parent 3645c906
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ package net.i2p.client; ...@@ -11,6 +11,7 @@ package net.i2p.client;
import junit.framework.Test; import junit.framework.Test;
import junit.framework.TestSuite; import junit.framework.TestSuite;
import net.i2p.client.datagram.DatagramTest; import net.i2p.client.datagram.DatagramTest;
import net.i2p.client.impl.I2PSessionTest;
/** /**
* @author Comwiz * @author Comwiz
...@@ -26,4 +27,4 @@ public class I2PClientTestSuite { ...@@ -26,4 +27,4 @@ public class I2PClientTestSuite {
return suite; return suite;
} }
} }
\ No newline at end of file
package net.i2p.client; package net.i2p.client.impl;
/* /*
* free (adj.): unencumbered; not under the control of others * free (adj.): unencumbered; not under the control of others
* Written by jrandom in 2003 and released into the public domain * Written by jrandom in 2003 and released into the public domain
...@@ -15,6 +15,10 @@ import java.util.Set; ...@@ -15,6 +15,10 @@ import java.util.Set;
import junit.framework.TestCase; import junit.framework.TestCase;
import net.i2p.I2PAppContext; import net.i2p.I2PAppContext;
import net.i2p.client.I2PClientFactory;
import net.i2p.client.I2PSession;
import net.i2p.client.I2PSessionException;
import net.i2p.client.I2PSessionListener;
import net.i2p.data.Destination; import net.i2p.data.Destination;
...@@ -87,4 +91,4 @@ public class I2PSessionTest extends TestCase implements I2PSessionListener{ ...@@ -87,4 +91,4 @@ public class I2PSessionTest extends TestCase implements I2PSessionListener{
} }
} }
public void reportAbuse(I2PSession session, int severity){} public void reportAbuse(I2PSession session, int severity){}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment