comparison src/alice/test/codesegment/remote/TestRemoteAlice.java @ 218:d50cddf64396 working

TestRemoteAlice works
author sugi
date Wed, 27 Mar 2013 20:35:08 +0900
parents ca079a730d0b
children f866178f3018
comparison
equal deleted inserted replaced
217:b5c642ba998e 218:d50cddf64396
8 public static void main(String[] args) { 8 public static void main(String[] args) {
9 TestRemoteConfig conf = new TestRemoteConfig(args); 9 TestRemoteConfig conf = new TestRemoteConfig(args);
10 10
11 new AliceDaemon(conf).listen(); 11 new AliceDaemon(conf).listen();
12 DataSegment.connect(conf.key, "", conf.hostname, conf.connectPort); 12 DataSegment.connect(conf.key, "", conf.hostname, conf.connectPort);
13
14 new RemoteStartCodeSegment().execute(); 13 new RemoteStartCodeSegment().execute();
15 } 14 }
16 15
17 } 16 }