fixed bugs regarding oneway transaction managament
This commit is contained in:
parent
6359920fa4
commit
2cfeda0ce0
23 changed files with 1095 additions and 2694 deletions
|
|
@ -8,7 +8,6 @@ import org.junit.*;
|
|||
import static org.junit.Assert.*;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
import se.scalablesolutions.akka.kernel.nio.ProxyServer;
|
||||
|
||||
public class NioTest extends TestSuite {
|
||||
|
||||
|
|
@ -22,10 +21,7 @@ public class NioTest extends TestSuite {
|
|||
|
||||
@Test
|
||||
public void simpleRequestReply() {
|
||||
ProxyServer server = new ProxyServer();
|
||||
server.start();
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue