mirror of
https://github.com/Rogiel/torrent4j
synced 2026-01-26 21:32:46 +00:00
Alpha 1 release
This commit is contained in:
@@ -35,6 +35,6 @@ public class HttpTorrentTrackerAnnouncerTest {
|
||||
System.out.println(announcer.announce(torrent, torrent.getTrackers()
|
||||
.iterator().next()));
|
||||
|
||||
Thread.sleep(10 * 60 * 1000);
|
||||
//Thread.sleep(10 * 60 * 1000);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,10 +24,8 @@ import net.torrent.BitTorrentClient;
|
||||
import net.torrent.BitTorrentClientFactory;
|
||||
import net.torrent.torrent.Torrent;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class PeerWireManagerTest {
|
||||
@Test
|
||||
// @Test
|
||||
public void testPeerWire() throws IOException, InterruptedException,
|
||||
URISyntaxException {
|
||||
final Torrent torrent = Torrent.load(new File(
|
||||
|
||||
Reference in New Issue
Block a user