comparison test/sematest/TestSessionManager.java @ 491:5945266c970d

before unMergedCmds fix , deadlockTimer API
author one
date Sat, 23 Oct 2010 12:34:46 +0900
parents 7f0d4e49eaf9
children
comparison
equal deleted inserted replaced
490:168909388479 491:5945266c970d
84 sm.setReceivePort(port1); 84 sm.setReceivePort(port1);
85 setSMEvent(sm,i); 85 setSMEvent(sm,i);
86 Runnable start = new Runnable() { 86 Runnable start = new Runnable() {
87 public void run() { 87 public void run() {
88 try { 88 try {
89 sm.setDeadlockTime(1000);
89 sm.init(port1,gui); 90 sm.init(port1,gui);
90 } catch (IOException e) { 91 } catch (IOException e) {
91 } catch (InterruptedException e) { 92 } catch (InterruptedException e) {
92 } 93 }
93 } 94 }