moved all samples into its own subproject

This commit is contained in:
Jonas Bonér 2010-01-02 21:16:05 +01:00
parent ce3315b38c
commit 6e803d6a2d
37 changed files with 178 additions and 301 deletions

View file

@ -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
}
}
*/