1
0
mirror of https://github.com/Rogiel/torrent4j synced 2026-01-26 21:32:46 +00:00

Alpha 1 release

This commit is contained in:
rogiel
2011-04-28 02:28:37 -03:00
parent e9684fcdfd
commit 209cfb9deb
5 changed files with 100 additions and 18 deletions

View File

@@ -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);
}
}

View File

@@ -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(