moved all samples into its own subproject
This commit is contained in:
parent
ce3315b38c
commit
6e803d6a2d
37 changed files with 178 additions and 301 deletions
|
|
@ -8,7 +8,7 @@ public class AllTest extends TestCase {
|
|||
public static Test suite() {
|
||||
TestSuite suite = new TestSuite("All Java tests");
|
||||
suite.addTestSuite(InMemoryStateTest.class);
|
||||
suite.addTestSuite(InMemNestedStateTest.class);
|
||||
//suite.addTestSuite(InMemNestedStateTest.class);
|
||||
suite.addTestSuite(RemoteInMemoryStateTest.class);
|
||||
suite.addTestSuite(ActiveObjectGuiceConfiguratorTest.class);
|
||||
//suite.addTestSuite(PersistentStateTest.class);
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import static se.scalablesolutions.akka.config.JavaConfig.*;
|
|||
import se.scalablesolutions.akka.actor.*;
|
||||
import se.scalablesolutions.akka.Kernel;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
/*
|
||||
public class InMemNestedStateTest extends TestCase {
|
||||
static String messageLog = "";
|
||||
|
||||
|
|
@ -133,3 +133,4 @@ public class InMemNestedStateTest extends TestCase {
|
|||
assertEquals("init", nested.getRefState()); // check that state is == init state
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
@ -93,7 +93,7 @@ public class InMemoryStateTest extends TestCase {
|
|||
} // expected
|
||||
assertEquals("init", stateful.getRefState()); // check that state is == init state
|
||||
}
|
||||
/*
|
||||
/*
|
||||
public void testNestedNonTransactionalMethodHangs() {
|
||||
InMemStateful stateful = conf.getInstance(InMemStateful.class);
|
||||
stateful.setMapState("testShouldRollbackStateForStatefulServerInCaseOfFailure", "init"); // set init state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue