Update to lasted TomP2P head

This commit is contained in:
Manfred Karrer 2014-10-24 21:50:51 +02:00
parent 39febbac4b
commit ec2301c6ab
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ repositories {
dependencies {
compile 'org.bitcoinj:bitcoinj-core:0.12'
compile 'net.tomp2p:tomp2p-all:5.0-Alpha.a86fc89-SNAPSHOT'
compile 'net.tomp2p:tomp2p-all:5.0-Alpha.094d47d-SNAPSHOT'
compile 'com.typesafe.akka:akka-actor_2.10:2.3.4'
compile 'org.slf4j:slf4j-api:1.7.7'
compile 'ch.qos.logback:logback-core:1.1.2'

View File

@ -157,7 +157,7 @@ public class BasicUsecasesInWANTest {
}
@Test
//@Ignore
@Ignore
public void testDHT2Servers() throws Exception {
PeerDHT peer1DHT = startClient(CLIENT_1_ID, new Ports().tcpPort(), SERVER_ID_1, SERVER_IP_1, SERVER_PORT_1);
PeerDHT peer2DHT = startClient(CLIENT_2_ID, new Ports().tcpPort(), SERVER_ID_2, SERVER_IP_2, SERVER_PORT_2);