Mercurial > hg > Database > Alice
comparison src/alice/test/codesegment/local/TestCodeSegment.java @ 150:206c7dd9cb48 working
remove version alpha beta
author | sugi |
---|---|
date | Tue, 27 Nov 2012 19:41:52 +0900 |
parents | 53aff28cde6b |
children | 16418c2c3e72 |
comparison
equal
deleted
inserted
replaced
149:3e8e16b33406 | 150:206c7dd9cb48 |
---|---|
20 | 20 |
21 @Override | 21 @Override |
22 public void run() { | 22 public void run() { |
23 FishPoint fp = this.arg1.asClass(FishPoint.class); | 23 FishPoint fp = this.arg1.asClass(FishPoint.class); |
24 //System.out.println("index = " + arg1.index); | 24 //System.out.println("index = " + arg1.index); |
25 System.out.println("data = " + arg1.val); | 25 //System.out.println("data = " + arg1.val); |
26 //System.out.println(arg1.val.getType()); | 26 //System.out.println(arg1.val.getType()); |
27 | 27 |
28 /* | 28 |
29 if (arg1.index == 10) { | 29 if (arg1.index > 100000) { |
30 System.out.println(System.currentTimeMillis()-TestLocalAlice.t); | |
30 System.exit(0); | 31 System.exit(0); |
31 return; | 32 return; |
32 } | 33 } |
33 | 34 /* |
34 TestCodeSegment cs = new TestCodeSegment(); | 35 TestCodeSegment cs = new TestCodeSegment(); |
35 cs.arg1.setKey("key1", arg1.index); | 36 cs.arg1.setKey("key1", arg1.index); |
36 */ | 37 */ |
37 | 38 |
38 new TestCodeSegment(arg1.index); | 39 new TestCodeSegment(arg1.index); |