Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Nov 17, 2016
1 parent c28c0f4 commit d0231fa
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -42,9 +42,6 @@ public class ASYM_ENCRYPT_BlockTest extends BMNGRunner {

@BMScript(dir="scripts/ASYM_ENCRYPT_BlockTest", value="testASYM_ENCRYPT_NotBlockingJoin")
public void testASYM_ENCRYPT_NotBlockingJoin() throws Exception {

a.setReceiver(ra);
b.setReceiver(rb);
a.send(b.getAddress(), "one");
b.send(a.getAddress(), "two");
for(int i=0; i < 10; i++) {
Expand Down

0 comments on commit d0231fa

Please sign in to comment.