fixed bugs regarding oneway transaction managament

This commit is contained in:
Jonas Boner 2009-06-30 16:01:50 +02:00
parent 6359920fa4
commit 2cfeda0ce0
23 changed files with 1095 additions and 2694 deletions

View file

@ -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();
}
}