stub out two-party test suite for now
This commit is contained in:
parent
0ce52fe135
commit
713f008526
2 changed files with 3 additions and 1897 deletions
|
@ -1,5 +1,5 @@
|
|||
package org.capnproto;
|
||||
|
||||
/*
|
||||
import org.capnproto.demo.Demo;
|
||||
import org.junit.After;
|
||||
import org.junit.Assert;
|
||||
|
@ -203,4 +203,5 @@ public class TwoPartyTest {
|
|||
var cap2 = results.getResult2();
|
||||
Assert.assertFalse(cap2.isNull());
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue