Mercurial > hg > Database > Christie
comparison src/main/java/christie/test/Remote/StartRemotePut.java @ 33:e7bf1506810c
change test code
author | Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 15 Feb 2018 19:08:55 +0900 |
parents | bf8ac57409af |
children | 7b405f622c5c |
comparison
equal
deleted
inserted
replaced
32:307ac87ddcf7 | 33:e7bf1506810c |
---|---|
14 public static void main(String args[]){ | 14 public static void main(String args[]){ |
15 CodeGearManager cgm = createCGM(10000); | 15 CodeGearManager cgm = createCGM(10000); |
16 new StartRemotePut(cgm); | 16 new StartRemotePut(cgm); |
17 | 17 |
18 cgm.setup(new CreateRemotePutTest());//この中身をここに直接書くとなぜか通らない | 18 cgm.setup(new CreateRemotePutTest());//この中身をここに直接書くとなぜか通らない |
19 cgm.createRemoteDGM("remote", "localhost", 10001); | 19 cgm.createRemoteDGM("remote", "localhost", 10000); |
20 | 20 |
21 CodeGearManager cgm2 = createCGM(10001); | 21 //CodeGearManager cgm2 = createCGM(10001); |
22 cgm2.setup(new RemotePutTest()); | 22 //cgm2.setup(new RemotePutTest()); |
23 cgm2.createRemoteDGM("remote", "localhost", 10000); | 23 //cgm2.createRemoteDGM("remote", "localhost", 10000); |
24 } | 24 } |
25 | 25 |
26 } | 26 } |